CSS ↔ Stylesheet Language to express style & layout of (HTML) via Style Rule
aka CSS, Cascading-Style-Sheet, Cascading-Style-Sheets
Cascade
CSS Algorithm to compute value for each property
Style Rule
Ruleset with Selector & CSS Declaration block
Visual Formatting Model
(model) for UA to process/compute CSS values & display Web Page
CSS Syntax
List of vanilla CSS syntax only, Sass, PCSS, etc in CSS Stack
CSS Stack
List of useful/popular CSS libs & frameworks
References
Electron↔ JS Framework to build desktop Apps with JS, HTML & CSS, embed in Chromium & Node.jsLayout engine↔ Browser engine to interpret HTML, CSS & JS, & render pixels to screenWeb Platform↔ Collection of Open Standard Technologies incl HTML, CSS, ECMAScript & Web Assembly, mainly for Browser Runtime<style\>↔ Style Information Element to add CSS Metadata ContentSpecificity↔ CSS Weight Algorithm to determine which Style Rule clash to apply; by IICE ordersrc/index.css↔ base CSS fle to include Tailwind for project via@tailwindDirectivetailwindcss-cli↔npmCLI Dev tool to runPostCSSto Preprocess/Tree-Shake CSSPostCSS↔ Dev tool to automate CSS operations through JS Pluginsautoprefixer↔npmPostCSS Plugin to parse CSS & handle Vendor PrefixSass↔ Popular Superset extends CSS via PreprocessorTailwind CSS↔ CSS Framework with huge Utility Class collection, VSC IDE-support for efficient consistent minimal CSSVisual Formatting Model↔ (model) for UA to process/compute CSS values & display Web PageAt-Rule↔@prefix Directive to control CSS behavior for next block/lineVendor Prefix↔ CSS Syntax to add compat for new CSS feat - useautoprefixerto never need to care about it!