Less
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 2,092 public repositories matching this topic...
Amaze UI, a mobile-first and modular front-end framework.
-
Updated
Oct 20, 2019 - JavaScript
基于 vue + element-ui 的后台管理系统
-
Updated
Jul 15, 2021 - Vue
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
Feb 4, 2022 - CSS
-
Updated
Jan 15, 2022 - Vue
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
-
Updated
Aug 4, 2021 - TypeScript
Compile and package Angular libraries in Angular Package Format (APF)
-
Updated
Feb 1, 2022 - TypeScript
SVG sprites & stacks galore — A low-level Node.js module that takes a bunch of SVG files, optimizes them and bakes them into SVG sprites of several types along with suitable stylesheet resources (e.g. CSS, Sass, LESS, Stylus, etc.)
-
Updated
Feb 5, 2022 - JavaScript
Beautifier and language aware code comparison tool for many languages. It also minifies and a few other things.
-
Updated
Jan 18, 2022 - TypeScript
A better workflow for building modern static websites.
-
Updated
Apr 27, 2021 - JavaScript
-
Updated
Jan 12, 2022 - SCSS
a client framework of React
-
Updated
Apr 25, 2019 - JavaScript
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"]
},
The iconic font and CSS toolkit. Fontisto gives you scalable vector icons that can instantly be customized: size, color, drop shadow and anything that can be done with the power of CSS.
-
Updated
Sep 18, 2021 - Less
A quirky CSS Animation Library by Shakr
-
Updated
Aug 11, 2021 - CSS
-
Updated
Mar 5, 2021 - TypeScript
Front-end development toolkit
-
Updated
Feb 2, 2022 - JavaScript
A Vue.js UI components lib for TDesign.
-
Updated
Feb 1, 2022 - TypeScript
A React UI components lib for TDesign.
-
Updated
Feb 2, 2022 - TypeScript
Created by Alexis Sellier
Released 2009
Latest release 4 months ago
- Repository
- less/less.js
- Website
- lesscss.org
- Wikipedia
- Wikipedia


What is the problem you're trying to solve?
I guess that selector-max-universal is performance related rule.
I.e. it is supposed to forbid patterns that hit perfomance.
Consider the following patterns (with selector-max-universal = 1):