Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/egoist/hack

⛷ Dead simple CSS framework.
https://github.com/egoist/hack

Last synced: about 2 months ago
JSON representation

⛷ Dead simple CSS framework.

Awesome Lists containing this project

README

        





npm version npm downloads Gitter

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).