🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

jss-reset-cjs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jss-reset-cjs

JSS stylesheets to reduce browser defaults inconsistencies.

1.1.6
latest
Source
npm
Version published
Maintainers
1
Created
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

Package last updated on 12 Feb 2021

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