0

I am new to Sass and Compass and I'm trying to figure out how to disable the auto generated comments when my css file is generated. Here is what it looks like now:

enter image description here

Is there a way to get rid of those comments?

Ben Leitner
  • 1,532
  • 1
  • 12
  • 33

2 Answers2

-1

Can't you just delete them, like... backspace? Or are you looking to disable auto-generated comments from all your CSS files?

micoror1
  • 189
  • 1
  • 11
-1

Try using a hash (#) before the comments you want to omit

Lynne Davidson
  • 183
  • 1
  • 1
  • 14