Sunday 15 March 2015

ruby - How do I enable SASS line numbers in CSS output? -


How do I enable line numbers in CSS output if I am using SASS? I have received an article but I do not understand where to do the amendments

Can you help me?

If you set it to true then the name of : line_comments The option is, the sauce will place the line numbers in your compiled output.

How to set this option depends on how you are using Sass if it is in Rail, Merb, or Rack app, then you Sass :: Plugin.options [: Line_comments] = true .

If you are using Compass, then set line_ size = false in your configuration file.


No comments:

Post a Comment