css-template icon indicating copy to clipboard operation
css-template copied to clipboard

Reduce context-switching when defining styles in React Component.

Results 1 css-template issues
Sort by recently updated
recently updated
newest added

Example: When you parse `{ padding-top: 10 }`. The resut should be `{ paddingTop: 10 }` instead of { paddingTop: '10' } It's better if we can config it to...