Skip to content

Commit

Permalink
added official prefix for tab-size and added test - closes #172
Browse files Browse the repository at this point in the history
  • Loading branch information
notslang committed Jun 19, 2013
1 parent 44ba4cb commit 3920daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nib/vendor.styl
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ appearance()
*/

tab-size()
vendor('tab-size', arguments, only: moz o)
vendor('tab-size', arguments, only: moz o official)

/*
* Vendor "overflow-scrolling" support.
Expand Down
1 change: 1 addition & 0 deletions test/cases/importance.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
word-break: normal !important;
-moz-tab-size: 4 !important;
-o-tab-size: 4 !important;
tab-size: 4 !important;
-webkit-hyphens: manual !important;
-moz-hyphens: manual !important;
-ms-hyphens: manual !important;
Expand Down

0 comments on commit 3920daa

Please sign in to comment.