Sha256: a9e656967d2893cb8dd6e996074be50fc8419b874f3244eae9c2eb0fdf28befd

Contents?: true

Size: 778 Bytes

Versions: 19

Compression:

Stored size: 778 Bytes

Contents

//----------[ MOBILE ONLY ]----
@media only screen and (max-width: 767px) and (max-device-width: 1000px) {}

//----------[ MOBILE LANDSCAPE ]----
@media only screen and (min-width: 480px) and (max-width: 767px) {}

//----------[ MOBILE ONLY & LANDSCAPE ]----
@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1023px) {}

//----------[ IPAD ONLY & PORTRAIT ]----
@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1023px) {}

//----------[ IPAD PORTRAIT BROWSER ]----
@media only screen and (min-width: 768px) and (max-width: 991px) {}

//----------[ - 960px ]----
@media only screen and (max-width: 959px) {}

//----------[ - 767px ]----
@media only screen and (max-width: 767px) {}

Version data entries

19 entries across 11 versions & 1 rubygems

Version Path
capucine-0.2.10 examples/with-all/sass/_responsive.scss
capucine-0.2.10 examples/with-sass-and-compass/sass/_responsive.scss
capucine-0.2.10 content/shared/sass/_responsive.scss
capucine-0.2.9 examples/with-all/sass/_responsive.scss
capucine-0.2.9 content/shared/sass/_responsive.scss
capucine-0.2.9 examples/with-sass-and-compass/sass/_responsive.scss
capucine-0.2.5 examples/with-all/sass/_responsive.scss
capucine-0.2.5 examples/with-sass-and-compass/sass/_responsive.scss
capucine-0.2.5 content/shared/sass/_responsive.scss
capucine-0.2.4 examples/with-all/sass/_responsive.scss
capucine-0.2.4 content/shared/sass/_responsive.scss
capucine-0.2.4 examples/with-sass-and-compass/sass/_responsive.scss
capucine-0.2.3 content/shared/sass/_responsive.scss
capucine-0.2.2 content/shared/sass/_responsive.scss
capucine-0.2.1 content/shared/sass/_responsive.scss
capucine-0.2.0 content/shared/sass/_responsive.scss
capucine-0.1.7 content/shared/sass/_responsive.scss
capucine-0.1.6 content/shared/sass/_responsive.scss
capucine-0.1.5 content/shared/sass/_responsive.scss