diff options
Diffstat (limited to 'scss/values/spacing/_grid.scss')
| -rw-r--r-- | scss/values/spacing/_grid.scss | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scss/values/spacing/_grid.scss b/scss/values/spacing/_grid.scss index 50d11c9..e448363 100644 --- a/scss/values/spacing/_grid.scss +++ b/scss/values/spacing/_grid.scss @@ -54,10 +54,6 @@ * module you'd end up with a circular dependency. */ @function er-to-absolute($length-er, $breakpoint: initial) { - $absolute-per-er: calc( - total-width-absolute($breakpoint) - / total-width-er($breakpoint) - ); + $absolute-per-er: calc(total-width-absolute($breakpoint) / total-width-er($breakpoint)); @return calc($length-er * $absolute-per-er); } - |
