Just a few handy default styles for your
<html>
pages
$ npm install cssrecipes-defaults
@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:
$ npm run build
To generate the testing build.
$ 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.
$ git clone https://github.com/cssrecipes/defaults.git
$ git checkout -b patch-1
$ npm install
$ npm test