Skip to content

Less Mixins #3

@dcneiner

Description

@dcneiner

@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;
}

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