When running the default "grunt" task I am getting errors about invalid sass markup.
Running "sass:dist" (sass) task
>> Invalid CSS after " padding:": expected pseudoclass or pseudoelement, was "0.2em 0.4em {}"
>> Line 30 Column 12 assets\src\sass\icons\_icons.sass
Fix: There was a missing space between the property and the value.
Running "sass:dist" (sass) task
>> Invalid CSS after " margin-top:": expected pseudoclass or pseudoelement, was "-35px {}"
>> Line 19 Column 14 assets\src\sass\sitefinity\media\_sf-media.sass
Fix: There was a missing space between the property and the value.
There may be more, but wanted to document these in case you are not aware.
When running the default "grunt" task I am getting errors about invalid sass markup.
Fix: There was a missing space between the property and the value.
Fix: There was a missing space between the property and the value.
There may be more, but wanted to document these in case you are not aware.