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:
@@ -20,5 +20,5 @@
|
||||
|
||||
width: $size;
|
||||
height: $size;
|
||||
box-shadow: unquote($ret + ";");
|
||||
box-shadow: unquote($ret);
|
||||
}
|
||||
|
Reference in New Issue
Block a user