https://github.com/vikbert/pixss
A minimal pragmatic CSS framework for your fast and elegant prototyping (~ 5Kb size)
https://github.com/vikbert/pixss
Last synced: 9 months ago
JSON representation
A minimal pragmatic CSS framework for your fast and elegant prototyping (~ 5Kb size)
- Host: GitHub
- URL: https://github.com/vikbert/pixss
- Owner: vikbert
- Created: 2020-06-19T21:51:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T01:32:52.000Z (about 3 years ago)
- Last Synced: 2025-06-03T15:26:15.337Z (10 months ago)
- Language: Sass
- Homepage: https://vikbert.github.io/pixss/
- Size: 7.46 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
A pragmatic CSS for Minimalist
Pixss provides a minimal setup of styles for a programatic and clean starting point. Only < 4 kb gzipped! It is specially designed for better performance and higher productivity.
It is an absolute pragmatic alternative to many large CSS framework, if you need just the lightweight and clean design without learning houdreds of utility classes.
download
---
Simple Demo
page styled with pixss
## 📚 Document
[Document with live Demo](https://vikbert.github.io/pixss/examples/)
## 🗳 install via `npm`
```bash
npm install pixss
```
Then use the css files from `node_modules/pixss`
```bash
├── dist
│  └── styles
│  ├── pixss.css
│  ├── pixss.css.map
│  ├── pixss.min.css
│  └── pixss.min.css.map
```
## License
MIT © vikbert