Commit 71e61522 authored by Nikolay Gromov's avatar Nikolay Gromov

Выпилил src/scss/functions.scss

parent 1c5927d5
...@@ -13,7 +13,6 @@ let config = ...@@ -13,7 +13,6 @@ let config =
"object-fit-polyfill", "object-fit-polyfill",
], ],
"addStyleBefore": [ "addStyleBefore": [
"src/scss/functions.scss",
"src/scss/variables.scss", "src/scss/variables.scss",
"src/scss/mixins.scss" "src/scss/mixins.scss"
], ],
......
@import "../../scss/functions.scss";
@import "../../scss/variables.scss"; @import "../../scss/variables.scss";
@import "../../scss/mixins.scss"; @import "../../scss/mixins.scss";
@import "../alert/alert.scss"; @import "../alert/alert.scss";
......
$font-size--root: 16px !default;
@function rem($px, $font-size: $font-size--root) {
@return ((($px / ($px * 0 + 1)) * 100 / ($font-size / 1px)) / 100) * 1rem;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment