Skip to content

ktsn/k-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Reset CSS for easier custom styling

Resources

Stars

Watchers

Forks

Packages

No packages published