@smashing/css
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published
yarn add @smashing/css

CSS utils: reset to sane defaults, normalize across browsers.

import {Reset, Normalize} from "@smashing/css"
import {createGlobalStyle} from "styled-components"

const App = () => (
  <div>
    <GlobalStyle />
    <Reset />
    <Normalize />
  </div>
)

Readme

Keywords

Package Sidebar

Install

npm i @smashing/css

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

26.7 kB

Total Files

7

Last publish

Collaborators

  • amroz123
  • hzub
  • idered
  • mkolakowska
  • mzbiejczuk
  • qk