Esri / calcite-maps

A Bootstrap theme for designing, styling and creating modern map apps.
http://esri.github.io/calcite-maps/samples/index.html
Apache License 2.0
238 stars 173 forks source link

Extra commas in SCSS #201

Closed mgleahy closed 6 years ago

mgleahy commented 6 years ago

Small fix to address errors when working with a more recent version of the sass compiler. For example:

Running "sass:build" (sass) task
>> Error: Invalid CSS after "      }": expected selector, was ","
>>         on line 140 of src/vendor/calcite-maps/lib/sass/layouts/small-title.scss
>>         from line 11 of src/scss/style.scss
>> >>       },
>>
>>    -------^
Warning:  Use --force to continue.

Aborted due to warnings.
alaframboise commented 6 years ago

got it thanks!