Made em(..) return an actual number (#3735)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
225ea35895
Коммит
1cd0ec5f1e
@@ -1,7 +1,7 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
@function em($pixels, $context: 14px) {
|
||||
@return #{$pixels/$context}em
|
||||
@return ($pixels / $context * 1em)
|
||||
}
|
||||
|
||||
@function alpha-color($color, $amount) {
|
||||
@@ -20,4 +20,4 @@
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
transform: translate(0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user