k-css

3.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i k-css

Weekly Downloads

7

Version

3.1.0

License

CC0-1.0

Unpacked Size

2.1 kB

Total Files

3

Last publish

Collaborators

  • ktsn