streamich / nano-css

Distilled CSS-in-JS for gourmet developers
The Unlicense
427 stars 23 forks source link

Create semantic value plugin #32

Open streamich opened 6 years ago

streamich commented 6 years ago

http://cssinjs.org/jss-expand?v=v5.1.0

streamich commented 6 years ago

Example:

const className = rule({
    background: {
      color: 'green',
      image: 'url(image.jpg)',
      position: [0, 0],
      repeat: 'no-repeat'
    },
});