-
Notifications
You must be signed in to change notification settings - Fork 4
/
NOTES.txt
29 lines (21 loc) · 900 Bytes
/
NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Look at:
// https://github.com/jonikorpi/Less-Framework/blob/master/main-18px.css
// From Skeleton
small
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}
tablet-portrait-to-desktop
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}
mobile
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}
mobile-landscape-to-tablet
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}
mobile-portrait-to-mobile-landscape
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}
// gemcutter
$ gem build compass-respond.gemspec
$ gem push compass-respond-0.0.2.gem