Skip to content

Optimize calc() usage in scss files #1002

@AMoo-Miki

Description

@AMoo-Miki

Moving from node-sass to sass-embedded, all the divisions had to be converted to calc(). There is an opportunity to make the code look nicer by moving some of the math around these calc() calls inside it. However, these changes should be mindful of the units of the variables since mixed %, px, and *em will need to be calculated at runtime.

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