Just a few handy default styles for your `<html>` pages
npm install cssrecipes-defaults> Just a few handy default styles for your pages
``sh`
$ npm install cssrecipes-defaults
`css`
@import "./node_modules/cssrecipes-defaults/index.css";
_This library output non scoped CSS (might html, body, etc). Use carefuly._
@DavidBruant's _Better CSS defaults_
---
To generate a build:
`sh`
$ npm run build
To generate the testing build.
`sh`
$ npm run build-test
Basic visual tests are in test/index.html.
Work on a branch, install dev-dependencies, respect coding style & run tests before submitting a bug fix or a feature.
`sh``
$ git clone https://github.com/cssrecipes/defaults.git
$ git checkout -b patch-1
$ npm install
$ npm test