SASS
SASS (Syntactically Awesome Style Sheets) is a CSS preprocessor that extends standard CSS with features like variables, nesting, mixins, and functions, compiling down to regular CSS that browsers can run.
11 resources across 3 libraries
Glossary Terms(9)
CSS
CSS (Cascading Style Sheets) is the stylesheet language used to control the visual presentation of HTML documents, defining layout, colors, typography, spacing…
CSS3
CSS3 is the current generation of Cascading Style Sheets, the language used to style and lay out web pages, extending earlier CSS with modules for animations,…
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…
DaisyUI
DaisyUI is a component library plugin for Tailwind CSS that adds ready-made class names — like btn, card, and modal — for common UI components on top of Tailwi…
Bulma
Bulma is an open-source CSS framework based on Flexbox that provides ready-made classes for layout, typography, and common UI components, with no JavaScript in…
Foundation CSS
Foundation is a responsive front-end CSS framework, originally created by ZURB, that provides a grid system, UI components, and JavaScript plugins for building…
CSS Modules
CSS Modules is a technique where CSS class names are scoped locally to the component that imports them by default, preventing global naming collisions in large…