hack
hack
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 files:
<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>
Itβs also available on NPMCDN:
https://npmcdn.com/hack/dist/hack.css
https://npmcdn.com/hack/dist/standard.css
https://npmcdn.com/hack/dist/dark.css
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