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",
  },
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i style-resets

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bloodyowl