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,898 public repositories matching this topic...

stylelint
SandwichTech
SandwichTech commented Apr 26, 2021

When using single-line formatting, it would helpful if the selectors for at-rules could pushed to a new line. For example:

.container { padding: 0; margin: 5px }
@media (min-width: 992px) {
    .container { padding: 5px; margin: 0 }}

A proposed solution would be to add at-rule exceptions for the block-opening-brace-newline-after rule. Or a separate at-rule-opening-brace-newline-af

Metro-UI-CSS

Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!

  • Updated May 6, 2021
  • CSS
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 3 months ago

Repository
less/less.js
Website
lesscss.org
Wikipedia
Wikipedia