Guest User

Untitled

a guest
Dec 14th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <snippet>
  2. <content><![CDATA[
  3. @media (min-width: \$min_width_${1:size}) {
  4. ${2}
  5. }
  6.  
  7. ]]></content>
  8. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  9. <tabTrigger>@media</tabTrigger>
  10. <!-- Optional: Set a scope to limit where the snippet will trigger -->
  11. <!-- <scope>source.python</scope> -->
  12. </snippet>
Add Comment
Please, Sign In to add comment