Skip to content

Convert italic into a mixin #132

Description

@robsonsobral

Since sometimes italic can be set as a different color or weight, it makes sense to set everything at once.

For example, the following:

@mixin italic {
  font-style: italic;
}

Can become:

@mixin italic {
  font-style: normal;
  font-weight: 100;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions