Solution CSS is a pure, minimalist CSS framework, with a lightweight footprint of just ~8KB. Its focus is on maintaining a consistent design while adhering to a philosophy of minimalism and simplicity, offering a set of utilities that streamline development without unnecessary complications. Unlike other frameworks, Solution CSS avoids overloading HTML with excessive classes, using only the minimum necessary to ensure clarity and efficiency, promoting clean code and a distraction-free visual style.
https://estasleyendoesto.github.io/solution-css/
git clone https://github.com/Estasleyendoesto/solution-css.git
cd solution-css
npm installnpm run devnpm run build{
"devDependencies": {
"vite": "^5.4.1"
},
"dependencies": {
"sass": "^1.79.3"
}
}