brackets-sass icon indicating copy to clipboard operation
brackets-sass copied to clipboard

Red dot added when the css is set to compressed.

Open ghost opened this issue 7 years ago • 2 comments

image

The plug-in works fine when it's set to nested, but as you can see on the left hand panel, there is a small red dot before all of the compiled css which is stopping the all selector from working. image

ghost avatar Aug 11 '17 13:08 ghost

Seems to be a zero-width no break space, found from here: https://apps.timwhitlock.info/unicode/inspect?s=%EF%BB%BF

Brackets shows it as a red dot. Any idea why this is being compiled into my css?

This is the beginning of my scss file: image

ghost avatar Aug 11 '17 13:08 ghost

I've now found that this disappears if I export the css into its own folder, so I'll use this as a workaround for now.

ghost avatar Aug 11 '17 14:08 ghost