Skip to content

Lightweight CSS framework (~8kb) that helps maintain a consistent design and complements CSS development using the minimum number of classes.

Notifications You must be signed in to change notification settings

trastero/solution-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SolutionCSS

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.

Preview

https://estasleyendoesto.github.io/solution-css/

Installation

git clone https://github.com/Estasleyendoesto/solution-css.git
cd solution-css
npm install

Uso

Dev mode

npm run dev

Build

npm run build

Dependencies

{
"devDependencies": {
    "vite": "^5.4.1"
},
"dependencies": {
	"sass": "^1.79.3"
}
}

About

Lightweight CSS framework (~8kb) that helps maintain a consistent design and complements CSS development using the minimum number of classes.

Resources

Stars

Watchers

Forks

Packages

No packages published