Socket
Book a DemoInstallSign in
Socket

cssrecipes-defaults

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssrecipes-defaults

Just a few handy default styles for your `<html>` pages

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
1
Created
Source

Defaults

Just a few handy default styles for your <html> pages

Install

$ npm install cssrecipes-defaults

Usage

@import "./node_modules/cssrecipes-defaults/index.css";

This library output non scoped CSS (might html, body, etc). Use carefuly.

Credits

@DavidBruant's Better CSS defaults

Testing

To generate a build:

$ npm run build

To generate the testing build.

$ npm run build-test

Basic visual tests are in test/index.html.

Contributing

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

Changelog

License

Keywords

browser

FAQs

Package last updated on 09 Dec 2014

Did you know?

Socket

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