Skip to content

Developer mode #153

@johanflote

Description

@johanflote

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions