- Compass is based on SASS and provides an additional framework called Blueprints.
- Blueprint comes in two tastes one with Basic and other is with Semantic.
- In this Demo, “We will see how to install Blueprint and add its support to a project“.
- The below screenshot shows the create command to setup a project,
- The below scrennshot shows the log for the above executing command,
- The below screenshot shows the directory structure created by the blueprint setup,
- It creates 3 folder (SASS, IMAGES and STYLESHEETS) and a ruby configuration file (config.rb).
- From the verbose we can see that we can call print.css and screen.css in our markup file to use blueprint framework.