mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Fixed dynamic_ui scss
This commit is contained in:
parent
4b2e194ea3
commit
8298866424
@ -21,7 +21,7 @@
|
|||||||
// Helper method to scale a property value
|
// Helper method to scale a property value
|
||||||
@mixin S($propName, $v1, $v2: "", $v3: "", $v4: "", $important: false) {
|
@mixin S($propName, $v1, $v2: "", $v3: "", $v4: "", $important: false) {
|
||||||
$impSuffix: "";
|
$impSuffix: "";
|
||||||
@if $important==true {
|
@if $important == true {
|
||||||
$impSuffix: "!important";
|
$impSuffix: "!important";
|
||||||
}
|
}
|
||||||
$v1: D($v1);
|
$v1: D($v1);
|
||||||
|
Loading…
Reference in New Issue
Block a user