gems.compass-core-1.0.3.templates.ellipsis.manifest.rb Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sass-maven-plugin Show documentation
Show all versions of sass-maven-plugin Show documentation
A Maven Plugin that compiles Sass files.
description "Plugin for cross-browser ellipsis truncated text."
file 'xml/ellipsis.xml', :like => :css
stylesheet 'ellipsis.sass'
help %Q{
First, install the plugin to get the xml file that makes this work in firefox:
compass install compass/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,
feel free to delete it.
For more information see:
http://mattsnider.com/css/css-string-truncation-with-ellipsis/
}
welcome_message %Q{
The ellipsis.sass file is just an example for how to use this plugin,
feel free to delete it.
For more information see:
http://mattsnider.com/css/css-string-truncation-with-ellipsis/
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy