-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
Is it possible to provide a way to override the various class name definitions for each property?
For example, I'd like to use:
.font-colour-black
instead of .text-black
.line-height-none
instead of .leading-none
I imagine you could have a new object in the configuration file which could look something like below, which would override the default class name prefixes.
classPropertyPrefixes: {
'text': 'font-colour',
'leading': 'line-height'
},
UPDATE 6th Nov 2017: Maybe adopt the naming convention used by Emmet https://docs.emmet.io/cheat-sheet (scroll down to the CSS section)?
idmytro, mstnorris, teddybradford, missmatsuko, marcwiest and 4 more
Metadata
Metadata
Assignees
Labels
No labels