/hack

Dead simple CSS framework.

Primary LanguageCSSMIT LicenseMIT

hack

npm version npm downloads Gitter

Dead simple CSS framework.

Install

$ npm install --save hack
# or bower
$ bower install hackcss

Option #1: Use any pre-processor

import 'hack'

Option #2: hot-link the css file (npmcdn):

<link rel="stylesheet" href="/path/to/hack.css">

<!-- markdown mode -->
<body class="hack"></body>

<!-- standard mode -->
<link rel="stylesheet" href="/path/to/standard.css">
<body class="standard"></body>

<!-- dark mode -->
<link rel="stylesheet" href="/path/to/dark.css">
<body class="hack dark"></body>

For more usages and style guideline head to hackcss.com 🎉

Dist

dist
├── [1.9K]  dark.css
├── [ 11K]  hack.css
└── [ 457]  standard.css

Development

$ npm run dev

$ npm run build

License

MIT © EGOIST