Skip to content

Commit

Permalink
added test case for mobile-html()
Browse files Browse the repository at this point in the history
  • Loading branch information
srohde committed Feb 18, 2013
1 parent ebd88a2 commit c6fac89
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/cases/mobile.css
@@ -0,0 +1,14 @@
html {
height: 100%;
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-user-drag: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
5 changes: 5 additions & 0 deletions test/cases/mobile.styl
@@ -0,0 +1,5 @@
@import 'nib/mobile'
@import 'nib/vendor'

html
mobile-html()

0 comments on commit c6fac89

Please sign in to comment.