Skip to content

kevinmwangi/hack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 50.7%
  • HTML 44.8%
  • JavaScript 4.5%