Skip to content

Convert italic into a mixin #132

@robsonsobral

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

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