JSPM

  • Created
  • Published
  • Downloads 68384
  • Score
    100M100P100Q213017F
  • License MIT

xstyled system utilities.

Package Exports

  • @xstyled/system

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@xstyled/system) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

xstyled

A utility-first CSS-in-JS framework built for React.

License npm package npm downloads CircleCI codecov Code style Dependencies DevDependencies Small size

npm install @xstyled/system

Docs

See the documentation at xstyled.dev for more information about using xstyled!

Quicklinks to some of the most-visited pages:

Example

import styled from 'styled-components'
import { system } from '@xstyled/system'

const Box = styled.div(system)

export default Box

License

Licensed under the MIT License, Copyright © 2019-present Greg Bergé.

See LICENSE for more information.