Reader small image

You're reading from  Sass and Compass for Designers

Product typeBook
Published inApr 2013
Reading LevelBeginner
Publisher
ISBN-139781849694544
Edition1st Edition
Languages
Tools
Concepts
Right arrow
Author (1)
Ben Frain
Ben Frain
author image
Ben Frain

Ben Frain has been a web designer/developer since 1996. He is currently employed as a UI-UX Technical Lead at bet365. Before the web, he worked as an underrated (and modest) TV actor and technology journalist, having graduated from Salford University with a degree in Media and Performance. He has written four equally underrated (his opinion) screenplays and still harbors the (fading) belief he might sell one. Outside of work, he enjoys simple pleasures: playing indoor football while his body and wife still allow it and wrestling with his two sons.
Read more about Ben Frain

Right arrow

Using the @debug directive


The @debug directive allows us to print values set by variables or generated by functions. However, depending on what's being used to compile Sass and Compass, you may not see them. As it's impossible to cover every possible application that can compile Sass and Compass, we'll look at how this feature works on the command line.

If not using the command line to compile Sass and Compass, it may make sense to do so momentarily. If a recap is needed, take a look at Chapter 1, Getting Started with Sass and Compass, where we noted how to browse to the relevant folder for the project you are working on and then run:

compass watch

From the command line, it's always possible to view the results of the @debug directive. Here's a simple example of @debug in action. We'll add the following at the bottom of this chapter's _chapter-examples.scss partial:

@debug $theme-complement;

Now, when we save the file, we can see from the command line that Compass has compiled the CSS but it...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Sass and Compass for Designers
Published in: Apr 2013Publisher: ISBN-13: 9781849694544

Author (1)

author image
Ben Frain

Ben Frain has been a web designer/developer since 1996. He is currently employed as a UI-UX Technical Lead at bet365. Before the web, he worked as an underrated (and modest) TV actor and technology journalist, having graduated from Salford University with a degree in Media and Performance. He has written four equally underrated (his opinion) screenplays and still harbors the (fading) belief he might sell one. Outside of work, he enjoys simple pleasures: playing indoor football while his body and wife still allow it and wrestling with his two sons.
Read more about Ben Frain