2009-11-02 01:40:50 +00:00
|
|
|
description "Button Plugin"
|
2009-04-03 19:11:44 +00:00
|
|
|
stylesheet 'buttons.sass', :media => 'screen, projection'
|
|
|
|
|
|
|
|
image 'buttons/cross.png'
|
|
|
|
image 'buttons/key.png'
|
|
|
|
image 'buttons/tick.png'
|
2009-11-02 01:40:50 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
}
|