1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 17:51:46 +02:00

fix double semi-colon generated in css file

This commit is contained in:
Abdou Bouroubi
2018-11-29 16:36:29 +01:00
parent eee2e0e113
commit 409bf9df6c
3 changed files with 37 additions and 37 deletions

View File

@@ -20,5 +20,5 @@
width: $size;
height: $size;
box-shadow: unquote($ret + ";");
box-shadow: unquote($ret);
}