From 830a44868a6dd2bc642a1f62b822e40e3d4f2a30 Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Sat, 23 Apr 2011 11:14:35 -0400 Subject: [PATCH] updated docs for extension change closes#351 --- doc-src/content/help/tutorials/extensions.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc-src/content/help/tutorials/extensions.markdown b/doc-src/content/help/tutorials/extensions.markdown index f18e4569..791a3ed4 100644 --- a/doc-src/content/help/tutorials/extensions.markdown +++ b/doc-src/content/help/tutorials/extensions.markdown @@ -71,6 +71,10 @@ you can use compass to generate an extension with the following command: This will create a few basic files and folders to get you started. +If you prefer to use the scss syntax for your extension run the following command instead: + + compass create my_extension --using compass/extension -x scss + Advanced Layout Options -----------------------