proplica
v0.0.7
Published
**NOTE**: this project is WIP;
Downloads
3
Readme
NOTE: this project is WIP;
Usage
import style from 'proplica';
export const Btn = style`
color: white;
`;
Error
- can't resolve
px
,em
TODO
style extend
import style from 'proplica'; export const BaseBtn = style` color: white; `; export const PrimaryBtn = BaseBtn.extend` color: pink; `;