0.0.1 • Published 7 years ago
cssxy v0.0.1
cssxy
Install
yarn add cssxy
Example
import cssxy from 'cssxy';
const theme = cssxy({fontSize: '15px'});
theme.fontSize(); // 15px
theme.padding = '5px';
theme.padding(); // 5px
theme.margin(); // error
0.0.1
7 years ago