Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T13:41:15.000Z (about 6 years ago)
- Last Synced: 2024-10-08T14:08:04.186Z (4 months ago)
- Topics: css, css-framework, css-grid, css-library, css-modules
- Language: HTML
- Homepage: https://pimbrouwers.github.io/hydrogen/
- Size: 375 KB
- Stars: 24
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Hydrogen
[![npm](https://img.shields.io/npm/v/hydrogen-css.svg)](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).