-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
enhancementNew feature or requestNew feature or requestspecs writtenSpecs have been written for the feature and at least one implementation passes themSpecs have been written for the feature and at least one implementation passes them
Description
(edited by @nex3)
Sass, by default, has a very limited set of math functions. Some functions which are missing, but would be of use:
- sqrt
- pow
- mod
- log
This functionality can be added with third-party gems, but the fact that they're missing from the core just makes everything more difficult out-of-the-box.
There is very little benefit to keeping mathematical functions out of the core, because they have a standard, expected definition, so they're not really cluttering the namespace.
gggritso, pdf13, ming-codes, davegomez, AdamWillden and 9 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestspecs writtenSpecs have been written for the feature and at least one implementation passes themSpecs have been written for the feature and at least one implementation passes them