We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0685d commit 0a4cf3cCopy full SHA for 0a4cf3c
_fluid.scss
@@ -77,7 +77,7 @@
77
}
78
79
@media (min-#{$size-unit}: $min-size) {
80
- $val: calc(#{$min-value} + #{strip-unit($max-value - $min-value)} * (100#{$viewport-unit} - #{$min-size}) / #{strip-unit($max-size - $min-size)});
+ $val: calc(#{$min-value} + #{strip-unit($max-value - $min-value)} * (#{"100" + $viewport-unit} - #{$min-size}) / #{strip-unit($max-size - $min-size)});
81
82
@if $custom-property-name {
83
:root { --#{$custom-property-name}: #{$val}; }
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@malven/sass-toolkit",
3
- "version": "6.0.0",
+ "version": "6.0.1",
4
"description": "A collection of foundational utilities for Sass",
5
"repository": {
6
"type": "git",
0 commit comments