Skip to content

Commit

Permalink
chore(name): changed stroke to shadow-stroke
Browse files Browse the repository at this point in the history
Maxime Tyler committed Mar 21, 2014
1 parent 4f8824b commit 22aa2b0
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lib/nib/text/index.styl
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'
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.
10 changes: 10 additions & 0 deletions test/cases/shadow-stroke.styl
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)
10 changes: 0 additions & 10 deletions test/cases/text.stroke.styl

This file was deleted.

0 comments on commit 22aa2b0

Please sign in to comment.