README.markdown in compass-fancybox-plugin-1.3.1.pre.2 vs README.markdown in compass-fancybox-plugin-1.3.1.0
- old
+ new
@@ -11,20 +11,20 @@
gem install compass-fancybox-plugin
cd my_compass_project
Add the following to your compass configuration:
- # require 'compass-fancybox-plugin'
+ require 'compass-fancybox-plugin'
-The run:
+The run from the command line:
compass install fancybox
-If you want the debug files too:
+To one of your sass stylesheets to import the fancybox styles add:
- compass install fancybox/debug
+ @import 'fancybox'
-Lastly add:
- @import 'fancybox'
+If you want the debug files, you can install them with:
-To one of your sass stylesheets to import the fancybox styles.
\ No newline at end of file
+ compass install fancybox/debug
+