LESS
LESS (Leaner Style Sheets) is a CSS preprocessor that extends CSS with variables, nesting, mixins, and operations, compiling into standard CSS and offering a syntax that stays close to plain CSS.
6 resources across 2 libraries
Glossary Terms(4)
SASS
SASS (Syntactically Awesome Style Sheets) is a CSS preprocessor that extends standard CSS with features like variables, nesting, mixins, and functions, compili…
LESS
LESS (Leaner Style Sheets) is a CSS preprocessor that extends CSS with variables, nesting, mixins, and operations, compiling into standard CSS and offering a s…
PostCSS
PostCSS is a JavaScript-based tool that transforms CSS using a plugin architecture, enabling features like automatic vendor prefixing, future CSS syntax suppor…
Semantic UI
Semantic UI is a CSS framework that uses human-readable class names resembling natural language (e.g. 'ui blue button') to describe UI components, aiming to ma…
Study Notes(2)
Performance Tips for AWK
Practical techniques to make AWK programs faster: cutting work per record, choosing the right implementation, minimizing regex cost, and avoiding wasteful shel…
CSS Preprocessors (Sass/LESS)
Learn how Sass and LESS extend CSS with variables, nesting, mixins, and partials to write more maintainable stylesheets.