-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
@LeanKit-Hunter brought up the standard that if using a Mixin, it should be the first thing in the CSS Block, followed by a blank line then any new rules. This makes a lot of sense if we want to use mixins. Adding it here for any discussion before adding to the Style Guide.
Less Mixins
.someclass {
...
}
.component {
.someclass;
color: red;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels