1
0
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:
DJ1TJOO 2021-02-26 17:38:20 +01:00
parent 4b2e194ea3
commit 8298866424

View File

@ -21,7 +21,7 @@
// Helper method to scale a property value
@mixin S($propName, $v1, $v2: "", $v3: "", $v4: "", $important: false) {
$impSuffix: "";
@if $important==true {
@if $important == true {
$impSuffix: "!important";
}
$v1: D($v1);