Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
better naming for the mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
dnagir committed Nov 21, 2011
1 parent 34b9530 commit 714d124
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/assets/stylesheets/ios-checkboxes.css.sass
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import "./ios-checkboxes/default-style"
+iphone-style-defaults
@import "./ios-checkboxes/mixins"
+iphone-style
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $iphone-style-height: 27px
$iphone-style-font-size: 17x
$iphone-style-images-path: 'ios-checkboxes'

=iphone-style-defaults($selector-prefix: "iPhoneCheck")
=iphone-style($selector-prefix: "iPhoneCheck")
.#{$selector-prefix}Container
+iphone-style-container
&, label
Expand Down
4 changes: 2 additions & 2 deletions spec/javascripts/support/custom-theme.css.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "./ios-checkboxes/default-style"
@import "./ios-checkboxes/mixins"
.custom
$iphone-style-height: 33px
$iphone-style-font-size: 30px
$iphone-style-images-path: 'custom-path'
+iphone-style-defaults
+iphone-style

0 comments on commit 714d124

Please sign in to comment.