sassy-buttons 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.mkdn +13 -1
- data/stylesheets/_sassy-buttons.sass +1 -1
- metadata +4 -4
data/README.mkdn
CHANGED
|
@@ -10,6 +10,8 @@ Visit the [demo site](http://jaredhardy.com/sassy-buttons/) to see the buttons i
|
|
|
10
10
|
Installation
|
|
11
11
|
============
|
|
12
12
|
|
|
13
|
+
(See Rails 3.1 notes below)
|
|
14
|
+
|
|
13
15
|
Install gem from the command line:
|
|
14
16
|
|
|
15
17
|
(sudo) gem install sassy-buttons
|
|
@@ -23,8 +25,18 @@ Installing Sassy Buttons:
|
|
|
23
25
|
compass install -r sassy-buttons -f sassy-buttons
|
|
24
26
|
|
|
25
27
|
#import sassy buttons partial into your sass/scss file
|
|
26
|
-
@import "
|
|
28
|
+
@import "sassy-buttons"
|
|
29
|
+
|
|
30
|
+
Installing Sassy Buttons on Rails 3.1
|
|
31
|
+
-------------------------------------
|
|
32
|
+
# Edit your project Gemfile and add the following line to your :assets group
|
|
33
|
+
gem 'sassy-buttons'
|
|
34
|
+
|
|
35
|
+
# Edit your application.css(.sass|.scss) file in the assets/stylesheets folder and add
|
|
36
|
+
@import "sassy-buttons"
|
|
27
37
|
|
|
38
|
+
# Bundle your gems to get the sassy-buttons plugin to compass
|
|
39
|
+
$ bundle install
|
|
28
40
|
|
|
29
41
|
Using Sassy Buttons
|
|
30
42
|
===================
|
|
@@ -29,7 +29,7 @@ $sb-pseudo-states: true // Automatically generate pseudo state
|
|
|
29
29
|
|
|
30
30
|
// Mixing that gets included when calling the sassy-button-structure if you need any
|
|
31
31
|
// styles applied to all your sassy buttons, add it here.
|
|
32
|
-
@mixin sassy-button-default-
|
|
32
|
+
@mixin sassy-button-default-structure
|
|
33
33
|
display: inline-block
|
|
34
34
|
cursor: pointer
|
|
35
35
|
line-height: 1.5
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sassy-buttons
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,12 +9,12 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-
|
|
12
|
+
date: 2011-11-17 00:00:00.000000000 -08:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: compass
|
|
17
|
-
requirement: &
|
|
17
|
+
requirement: &70148937861500 !ruby/object:Gem::Requirement
|
|
18
18
|
none: false
|
|
19
19
|
requirements:
|
|
20
20
|
- - ! '>='
|
|
@@ -22,7 +22,7 @@ dependencies:
|
|
|
22
22
|
version: '0.11'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
|
-
version_requirements: *
|
|
25
|
+
version_requirements: *70148937861500
|
|
26
26
|
description: Sassy css3 buttons using compass
|
|
27
27
|
email: jared@jaredhardy.com
|
|
28
28
|
executables: []
|