Socket
Socket
Sign inDemoInstall

jss-reset-cjs

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jss-reset-cjs

JSS stylesheets to reduce browser defaults inconsistencies.


Version published
Weekly downloads
11
increased by1000%
Maintainers
1
Install size
4.75 MB
Created
Weekly downloads
 

Readme

Source

jss-reset

JSS reset and typography styles, live demo here.

The global export in index.js is generated with yarn build which does:

jss convert src/index.css -f js -e es6 > src/index.js

Usage

Install:

yarn add --dev jss-reset

Usage:

import { jss } from 'react-jss';
import { reset, typography } from 'jss-reset';

jss.createStyleSheet(reset).attach();
jss.createStyleSheet(typography).attach(); // optional!

FAQs

Last updated on 12 Feb 2021

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