Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save EddyVerbruggen/3cc092264cfa8cf59806018b0c760120 to your computer and use it in GitHub Desktop.
Save EddyVerbruggen/3cc092264cfa8cf59806018b0c760120 to your computer and use it in GitHub Desktop.
Tablet CSS for NativeScript apps
/* my-component.css */
Label.text {
font-size: 15;
}
/* my-component.tablet.css */
.tablet Label.text {
font-size: 19;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment