grunt-inline-css icon indicating copy to clipboard operation
grunt-inline-css copied to clipboard

Charset in .css breaking the task

Open the-glima opened this issue 11 years ago • 1 comments

I don't know if this is something from Juice, but if I have a charset in my .css the task just stops.

My .css starts with this:

@charset 'UTF-8';

html {
  font-size: 62.5%;
}
.....

Then when I run the task:

The terminal freezes after that.

the-glima avatar Jun 06 '14 19:06 the-glima

+1

the-glima avatar Jun 13 '14 16:06 the-glima