Socket
Socket
Sign inDemoInstall

k-css

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    k-css

Reset CSS for easier custom styling


Version published
Weekly downloads
185
increased by4525%
Maintainers
1
Install size
2.77 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 12 Oct 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc