-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
enhancementNew feature or requestNew feature or requestunder considerationThe Sass team is debating whether to do thisThe Sass team is debating whether to do this
Description
Thoughts on adding native support for exponents in Sass expressions? While a simple loop can easily calculate positive integers, other values are more difficult to calculate. It can be done but not efficiently in pure Sass.
Preferred syntax would be like Ruby:
5px**2
A function could work as well:
pow(5px, 2)
pascalbaljet, donatj, arknu, chrisblakley, w-biggs and 2 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestunder considerationThe Sass team is debating whether to do thisThe Sass team is debating whether to do this