https://github.com/pimbrouwers/hydrogen
⛅ A featherweight, modular CSS foundation.
https://github.com/pimbrouwers/hydrogen
css css-framework css-grid css-library css-modules
Last synced: 19 days ago
JSON representation
⛅ A featherweight, modular CSS foundation.
- Host: GitHub
- URL: https://github.com/pimbrouwers/hydrogen
- Owner: pimbrouwers
- License: mit
- Created: 2017-07-06T20:31:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T01:56:43.000Z (3 months ago)
- Last Synced: 2025-04-12T02:37:39.436Z (19 days ago)
- Topics: css, css-framework, css-grid, css-library, css-modules
- Language: HTML
- Homepage: https://pimbrouwers.github.io/hydrogen/
- Size: 393 KB
- Stars: 24
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Hydrogen
[](https://www.npmjs.com/package/hydrogen-css)
[Hydrogen](https://pimbrouwers.github.io/hydrogen/) is a featherweight modular CSS foundation designed for minimalists, with a powerful collection of components and utility classes.
The aim of this project to allow for beautiful front-end's to be developed quickly.
Hydrogen is insanely tiny, the entire bundle weighing in at ~2.8KB minified and gzipped, designed with an ethos rooted in __performance as a feature__.
You can starting working with [Hydrogen](https://pimbrouwers.github.io/hydrogen/) in multiple ways. The option with least resistance is a `` refencing the free unpkg CDN.
### CDN
```html
```
### NPM
```javascript
npm install hydrogen-css
```## [Documentation](https://pimbrouwers.github.io/hydrogen/)
Full documentation of all features, components and utilities.
## Find a bug?
There's an [issue](https://github.com/pimbrouwers/hydrogen/issues) for that.
## License
Built with ♥ by [Pim Brouwers](https://github.com/pimbrouwers) in Toronto, ON. Licensed under [MIT](https://github.com/pimbrouwers/hydrogen/blob/master/LICENSE).