Skip to content

Instantly share code, notes, and snippets.

@steelx
Created October 29, 2013 05:00
Show Gist options
  • Save steelx/7209374 to your computer and use it in GitHub Desktop.
Save steelx/7209374 to your computer and use it in GitHub Desktop.
LESS css quick copy paste
@mobile: ~"only screen and (max-width: 529px)";
@tablet: ~"only screen and (min-width: 530px) and (max-width: 949px)";
@desktop: ~"only screen and (min-width: 950px) and (max-width: 1128px)";
@desktop-xl: ~"only screen and (min-width: 1129px)";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment