Book Image

Sass and Compass for Designers

By : Ben Frain
Book Image

Sass and Compass for Designers

By: Ben Frain

Overview of this book

Table of Contents (17 chapters)
Sass and Compass for Designers
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

One-off Compass compiles


Compass can compile to different output formats as 'one-offs'. For example, suppose while developing, it would be handy to check what the minified file size of the generated CSS is. Rather than alter the config.rb back and forth, we can achieve this with a command:

compass compile --output-style compressed --force

Similarly, if working with a compressed output style as standard, a one-off expanded compile could be generated as follows:

compass compile --output-style expanded --force