Add a note in the extensions document about not specifying extensions in imports.

This commit is contained in:
Chris Eppstein 2010-04-13 01:03:27 -07:00
parent 84992100ea
commit 767882f10a

View File

@ -161,6 +161,7 @@ Tips for Developing Extensions
------------------------------
* If you're developing a simple extension, you may find it convenient to place your extension within an existing compass project in the extension folder.
* Never specify an extension in your imports as this can cause issue when the syntax of a file changes.
Installing Extensions
---------------------