style-resets

1.0.0 • Public • Published

style-resets

reset for inline-styles

install

$ npm install --save style-resets

import

import { button, list, input } from "style-resets"

usage

import { button } from "style-resets"
 
const styles = createStyleSheet({
  button: {
    ...button, // adds reset
    background: "#999",
    color: "#fff",
  },
})

/style-resets/

    Package Sidebar

    Install

    npm i style-resets

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • bloodyowl