meihaoGit / hack

Dead simple CSS framework.

Home Page:http://hackcss.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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

About

Dead simple CSS framework.

http://hackcss.com

License:MIT License


Languages

Language:CSS 50.7%Language:HTML 44.8%Language:JavaScript 4.5%