github

egoist / hack

  • понедельник, 18 июля 2016 г. в 03:12:04
https://github.com/egoist/hack

HTML
Dead simple CSS framework.



hack

npm version npm downloads Gitter

Dead simple CSS framework.

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 🎉

Development

$ npm run dev

$ npm run build

License

MIT © EGOIST