Merge pull request #957 from gipcompany/slash-division-warning

fix slash div warning
This commit is contained in:
Alexander Shelepenok
2021-06-25 10:58:35 +03:00
committed by GitHub

View File

@@ -1,6 +1,7 @@
/** /**
* Variables * Variables
*/ */
@use "sass:math";
@use "sass:math"; @use "sass:math";