-
Notifications
You must be signed in to change notification settings - Fork 252
Open
Description
When you are developing, it would be nice to have a mode where you only get the vanilla css properties instead of all the -webkit, -moz -yada so you can more easily toggle the property's state.
Example:
.flex(1) produces
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;It would be nice if you only got:
flex: 1;Metadata
Metadata
Assignees
Labels
No labels