You are here

README.txt in Sassy 7.2

Same filename and directory in other branches
  1. 7.3 README.txt
  2. 7 README.txt
Sassy

# About

This module automatically compiles SASS / SCSS files on your Drupal website.

Further info
http://drupal.org/project/sassy

# Installation

Download Libraries, Prepro and Sassy, and place them in your modules folder:
http://drupal.org/project/libraries
http://drupal.org/project/prepro
http://drupal.org/project/sassy

Download PHPSass, and extract into your sites/all/libraries folder:
http://github.com/richthegeek/phpsass
 - from the link above or just download it directly from here: https://github.com/richthegeek/phpsass/archive/master.zip
IMPORTANT NOTE: if you download the zip you'll have to unzip and rename the folder phpsass-master to just phpsass then put it in sites/all/libraries

Enable the Sassy module (this will auto-enable Libraries and Prepro)

# Usage

Configure preprocessing settings at
- admin/config/media/prepro

Add .scss or .sass files to your theme's .info file.

Making Drupal Sassy - an overview of Sassy, Prepro, and PHPSass (PDF)
https://www.drupal.org/files/Making%20Drupal%20Sassy.pdf

File

README.txt
View source
  1. Sassy
  2. # About
  3. This module automatically compiles SASS / SCSS files on your Drupal website.
  4. Further info
  5. http://drupal.org/project/sassy
  6. # Installation
  7. Download Libraries, Prepro and Sassy, and place them in your modules folder:
  8. http://drupal.org/project/libraries
  9. http://drupal.org/project/prepro
  10. http://drupal.org/project/sassy
  11. Download PHPSass, and extract into your sites/all/libraries folder:
  12. http://github.com/richthegeek/phpsass
  13. - from the link above or just download it directly from here: https://github.com/richthegeek/phpsass/archive/master.zip
  14. IMPORTANT NOTE: if you download the zip you'll have to unzip and rename the folder phpsass-master to just phpsass then put it in sites/all/libraries
  15. Enable the Sassy module (this will auto-enable Libraries and Prepro)
  16. # Usage
  17. Configure preprocessing settings at
  18. - admin/config/media/prepro
  19. Add .scss or .sass files to your theme's .info file.
  20. Making Drupal Sassy - an overview of Sassy, Prepro, and PHPSass (PDF)
  21. https://www.drupal.org/files/Making%20Drupal%20Sassy.pdf