From 2607b515b9a4f916180a3b012700dd916a045429 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Wed, 17 Nov 2010 17:25:38 -0800 Subject: [PATCH] Fix copy & paste error. --- frameworks/compass/templates/ellipsis/manifest.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/compass/templates/ellipsis/manifest.rb b/frameworks/compass/templates/ellipsis/manifest.rb index 5de7d673..b6c18f1e 100644 --- a/frameworks/compass/templates/ellipsis/manifest.rb +++ b/frameworks/compass/templates/ellipsis/manifest.rb @@ -6,9 +6,9 @@ stylesheet 'ellipsis.sass' help %Q{ First, install the plugin to get the xml file that makes this work in firfox: - compass init --using blueprint/link_icons + compass init --using compass/ellipsis -Then mix +ellipsis into your selectors to enable ellipsis +Then @include "ellipsis" into your selectors to enable ellipsis there when text gets too long. The ellipsis.sass file is just an example for how to use this plugin,