egoist / hack
- понедельник, 18 июля 2016 г. в 03:12:04
HTML
Dead simple CSS framework.
Dead simple CSS framework.
$ 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
$ npm run dev
$ npm run build
MIT © EGOIST