Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egoist/hack
⛷ Dead simple CSS framework.
https://github.com/egoist/hack
Last synced: 4 months ago
JSON representation
⛷ Dead simple CSS framework.
- Host: GitHub
- URL: https://github.com/egoist/hack
- Owner: egoist
- License: mit
- Archived: true
- Created: 2016-07-16T16:03:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T08:38:22.000Z (over 2 years ago)
- Last Synced: 2024-09-21T15:42:06.427Z (4 months ago)
- Language: CSS
- Homepage: https://hackcss.egoist.dev
- Size: 217 KB
- Stars: 2,597
- Watchers: 59
- Forks: 139
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-CSS-Resources - hack:
- stars - egoist/hack
README
Table of Contents
- [Install](#install)
- [Related projects](#related-projects)
- [Development](#development)
- [License](#license)## Install
```bash
$ npm install --save hack
```Option #1: Use any pre-processor
```js
import 'hack'
```Option #2: hot-link the css files:
```html
```
It's also available on [CDNJS](https://cdnjs.com/libraries/hack), [jsDelivr](http://cdn.jsdelivr.net/npm/hack/dist/) and [UNPKG](https://unpkg.com/hack/).
For more usages and style guideline head to [the website](http://hackcss.egoist.moe/) 🎉
## Showcase
[A list of projects that use `hack`](https://github.com/egoist/hack/wiki/Showcase).
## Related projects
- [Jekyll theme for Hack](https://github.com/wemake-services/jekyll-theme-hackcss)
- [Hugo theme for Hack](https://after-dark.habd.as)
- [Gutenberg theme for Hack](https://www.getgutenberg.io/themes/after-dark/)## Mirrors
- https://git.habd.as/jhabdas/hack
## Development
```bash
$ npm run dev$ npm run build
```## License
MIT © [EGOIST](https://github.com/egoist)
Logo was generated with [slogan](https://github.com/egoist/slogan).