Replace single quotes to double quotes on scss files

This commit is contained in:
decabeza
2019-02-11 17:42:58 +01:00
parent 62e53ee6cf
commit acc7cf65e3
14 changed files with 261 additions and 261 deletions

View File

@@ -47,7 +47,7 @@ $progress-bar-color: #fea230;
&::before {
background: $budget;
border-radius: rem-calc(20);
content: '';
content: "";
height: rem-calc(20);
position: absolute;
top: 5px;
@@ -59,7 +59,7 @@ $progress-bar-color: #fea230;
&::after {
background: $light-gray;
bottom: 100%;
content: '';
content: "";
height: 100%;
position: absolute;
top: 25px;