sassy-text-shadow 0.0.3 → 0.0.4
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.mdown +3 -1
- data/lib/sassy-text-shadow.rb +1 -1
- metadata +6 -6
data/README.mdown
CHANGED
@@ -4,9 +4,11 @@
|
|
4
4
|
|
5
5
|
Sassy Text Shadow is a Sass mixin that calculates convoluted curvy shadows for css3 text-shadow. It can also be used for box-shadow if you're into that kind of thing.
|
6
6
|
|
7
|
+
Sassy Text Shadows can be used as a [Compass](http://compass-style.org/) [extension](http://compass-style.org/help/tutorials/extensions/) and can be installed as a [Ruby gem](https://rubygems.org/gems/sassy-text-shadow).
|
7
8
|
|
9
|
+
View the [test](http://dabblet.com/gist/1565787).
|
8
10
|
|
9
|
-
Sassy
|
11
|
+
[Sassy Mother Effiing Text Shadow](http://sassymothereffingtextshadow.com/)
|
10
12
|
|
11
13
|
## Installation
|
12
14
|
|
data/lib/sassy-text-shadow.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sassy-text-shadow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 4
|
10
|
+
version: 0.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Mason Wendell
|
@@ -68,12 +68,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements:
|
69
69
|
- - ">="
|
70
70
|
- !ruby/object:Gem::Version
|
71
|
-
hash:
|
71
|
+
hash: 17
|
72
72
|
segments:
|
73
73
|
- 1
|
74
74
|
- 3
|
75
|
-
-
|
76
|
-
version: 1.3.
|
75
|
+
- 5
|
76
|
+
version: 1.3.5
|
77
77
|
requirements: []
|
78
78
|
|
79
79
|
rubyforge_project:
|