The Wayback Machine - https://web.archive.org/web/20200825101341/https://github.com/topics/less
Skip to content
#

Less

less logo

Less is a dynamic preprocessor style sheet language that can be compiled into Cascading Style Sheets (CSS) and run on the client side or server side.

Here are 1,696 public repositories matching this topic...

stylelint
silverwind
silverwind commented Jul 28, 2020

Clearly describe the bug

currentcolor (all lowercase) should be acceptable casing. CSS Color Module Level 4 defines it like that. Info from above link:

Multi-word keywords in CSS usually separate their component words with hyphens. currentcolor doesn’t, because it was originally introduced in SVG as a special attribute value spel

sugoidesune
sugoidesune commented Dec 29, 2019

I wanted to declare the assets like so but it doesn't want to work. I tried all paths.

  [
    '@nuxtjs/style-resources', {
      scss: [ "~css/variables.scss"],
     }
  ]

It only works with this Syntax, could someone explain why or what im doing wrong?

  modules: ["@nuxtjs/style-resources"],

  styleResources: {
    scss: ["~css/variables.scss"]
  },

Created by Alexis Sellier

Released 2009

Latest release over 3 years ago

Repository
less/less.js
Website
lesscss.org
Wikipedia
Wikipedia
You can’t perform that action at this time.