Skip to content

Configuration: Compass Scss

Vanessa Kestering edited this page Feb 11, 2017 · 5 revisions

The Basic SCSS Structure

The SCSS files are located in t3cgn_template/Resources/Private/Design/Scss.

Using inline images in SCSS files

Images which are used in the SCSS files are located in t3cgn_template/Resources/Private/Design/Images.

Compiling the SCSS

The SCSS could be compiled by the config.rb in t3cgn_template/Configuration/Compass.

To compile the SCSS files go to t3cgn_template/Configuration/Compass and run:

compass compile

or compile the SCSS files automatically by running:

compass watch

Clone this wiki locally