I m using zen theme with zen grids and sass but when i compile the sass file its automatically add this @media -sass-debug-info{filename{font-family:file\:\/\/c\:\/xampp\/htdocs\/jiva1\/sites\/all\/themes\/jiva\/sass\/layouts\/responsive-sidebars\.scss}line{font-family:\0000344}} line to css file before every property. I dont know why its coming. Please let me know if any one know this issue.

Any help would be appreciated.

Comments

hessam61’s picture

You probably have the firesass set to true in your config.rb file. When it is set to true, it provides line# and path to the file for Firesass extension.

peterjlord’s picture

# Change this to :production when ready to deploy the CSS to the live server.
environment = :development
#environment = :production

# In development, we can turn on the FireSass-compatible debug_info.
#firesass = false
firesass = true

Change these lines in config.rb
Put into production and put firesass to false