Skip to content
Snippets Groups Projects
Commit 8a48ce1d authored by shadcn's avatar shadcn
Browse files

Updated readme with more info about subtheming

parent d5d0d1f4
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,30 @@ Demo: http://dev-radix.gotpantheon.com
Issue Queue: http://drupal.org/project/issues/radix
Maintainer(s): Arshad Chummun (http://arshad.github.io)
# Subtheming Guide
1. Install the required gems:
sudo gem install compass_radix
This should install all required gems for Radix.
2. Download the latest Radix and place it in your themes folder.
3. Using drush run the following command to create a subtheme.
drush radix "SUBTHEME_NAME"
You can also specify some options when creating your subtheme.
drush radix "SUBTHEME_NAME" --description="This is the description of subtheme."
4. To start making changes to your theme, using a command line cd to your subtheme directory and run:
compass watch
You can now start adding your Sass to your subtheme.
For more information on subtheming, visit the Radix Handbook at https://drupal.org/node/1840310.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment