@jrc03c/base-css
v0.0.3
Published
This is a little CSS library. I hope to build other libraries on top of it someday.
Readme
Intro
This is a little CSS library. I hope to build other libraries on top of it someday.
Installation
npm install --save @jrc03c/base-cssUsage
<!-- normalized -->
<link
href="node_modules/@jrc03c/base-css/dist/base.norm.min.css"
rel="stylesheet"
type="text/css">
<!-- non-normalized -->
<link
href="node_modules/@jrc03c/base-css/dist/base.min.css"
rel="stylesheet"
type="text/css">The "normalized" version has normalize.css baked in.
