nice-buttons 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/templates/project/manifest.rb +1 -1
- metadata +1 -1
@@ -1,6 +1,6 @@
|
|
1
|
-
# Make sure you list all the project template files here in the manifest.
|
2
1
|
stylesheet 'demo.scss', :media => 'screen, projection'
|
3
2
|
html 'demo.html'
|
3
|
+
image 'screenshot.png'
|
4
4
|
|
5
5
|
description "Create beautiful CSS3 buttons from a single color"
|
6
6
|
help "This will install a demo (HTML and Scss) to show you how to use nice-buttons"
|