Skip to content

karlkedrovsky/drupal-sass-starter

Repository files navigation

Drupal Sass Starter

Simple starter theme using Sass, Compass and Susy

Installation

  1. Clone this repository into your sites/all/themes directory.
  2. Change the name of the theme. You'll need to update/rename drupal_sass_starter.info and update the function names in template.php.
  3. cd to the new theme directory.
  4. Run bundle install.
  5. Run bundle exec guard

Tips

If you use a VM for development you'll need to run something like the following on the host system to get livereload working. This assumes that you're using Vagrant.

ssh -L 35728:localhost:35729 -N vagrant@yourvmhostname

About

Simple starter theme using Sass, Compass and Susy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published