https://github.com/archit-p/css-framework-comparison
A filesize comparison for popular CSS frameworks. Updated daily.
https://github.com/archit-p/css-framework-comparison
bootstrap bulma css foundation-sites materializecss purecss tailwindcss uikit
Last synced: 3 months ago
JSON representation
A filesize comparison for popular CSS frameworks. Updated daily.
- Host: GitHub
- URL: https://github.com/archit-p/css-framework-comparison
- Owner: archit-p
- License: mit
- Created: 2020-10-03T18:08:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T20:55:12.000Z (about 5 years ago)
- Last Synced: 2025-07-03T16:33:43.605Z (about 1 year ago)
- Topics: bootstrap, bulma, css, foundation-sites, materializecss, purecss, tailwindcss, uikit
- Language: JavaScript
- Homepage: https://archit-p.github.io/css-framework-comparison
- Size: 6.96 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Frameworks Included
1. Bootstrap
2. Bulma
3. Tailwind CSS
4. Materialize
5. Pure CSS
6. UIKit
7. Tachyons
8. Foundation
9. Milligram
## Methodology
Everyday a CI job runs and downloads the latest versions of all css frameworks from npm.
```
# force update versions
npm i -g npm-check-updates
ncu -u
# install all frameworks
npm i
```
See [travis.yml](.travis.yml) for more info.
## Contributing
Your favorite framework missing from the list? Feel free to send in a PR!
## License
See [LICENSE.md](LICENSE.md)