/hack

CSS framework for Hackers.

Primary LanguageHTML

hack

npm version npm downloads Gitter

CSS framework for hackers.

Install

$ npm install --save hack

Option #1: Use any pre-processor

import 'hack'

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

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

<!-- add .hack to body if you want markdown style elments -->
<!-- however it makes no sense if you use hack.css without markdown stylings -->
<body class="hack">
  ...
</body>

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

License

MIT © EGOIST