compass/frameworks/blueprint/templates/buttons/manifest.rb

18 lines
451 B
Ruby
Raw Normal View History

description "Button Plugin"
stylesheet 'buttons.sass', :media => 'screen, projection'
image 'buttons/cross.png'
image 'buttons/key.png'
image 'buttons/tick.png'
help %Q{
To install the button plugin:
compass init --using blueprint/buttons
The buttons.sass file is just a recommendation to show you how to use the button mixins.
}
welcome_message %Q{
The buttons.sass file is just a recommendation to show you how to use the button mixins.
}