-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(name): changed
stroke
to shadow-stroke
Maxime Tyler
committed
Mar 21, 2014
1 parent
4f8824b
commit 22aa2b0
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
@import './ellipsis' | ||
@import './hide-text' | ||
@import './replace-text' | ||
@import './stroke' | ||
@import './shadow-stroke' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
stroke(n) | ||
shadow-stroke(n) | ||
text-shadow: -1px -1px 0 n, 1px -1px 0 n, -1px 1px 0 n, 1px 1px 0 n |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@import 'nib/text/shadow-stroke' | ||
|
||
button | ||
shadow-stroke(#000) | ||
|
||
button | ||
shadow-stroke(rgba(0, 0, 0, 0.5)) | ||
|
||
button | ||
shadow-stroke(red) |
This file was deleted.
Oops, something went wrong.