3.1.0 • Published 4 years ago

k-css v3.1.0

Weekly downloads
46
License
CC0-1.0
Repository
github
Last release
4 years ago

k-css

npm version

Reset CSS for easier custom styling

Usage

Put k.css into appropriate directory of your project and load it by <link> element.

<link rel="stylesheet" href="path/to/k.css">

If you are using module bundler like webpack or browserify, you can install via npm and import it in JavaScript file.

$ npm install -S k-css
// ESnext
import 'k-css/k.css'

// ES5
require('k-css/k.css')

License

CC0-1.0

CC0