Sha256: b9523606d39482923f065ff31aee4f549306a12400544513a0b93e92fd80e295

Contents?: true

Size: 795 Bytes

Versions: 9

Compression:

Stored size: 795 Bytes

Contents

// Media Queries
//––––––––––––––––––––––––––––––––––––––––––––––––––

// Note: The best way to structure the use of media queries is to create the queries
// near the relevant code. For example, if you wanted to change the styles for buttons
// on small devices, paste the mobile query code up in the buttons section and style it
// there.

// Larger than mobile
@media (#{$bp-larger-than-mobile}) {}

// Larger than phablet (also point when grid becomes active)
@media (#{$bp-larger-than-phablet}) {}

// Larger than tablet
@media (#{$bp-larger-than-tablet}) {}

// Larger than desktop
@media (#{$bp-larger-than-desktop}) {}

// Larger than Desktop HD
@media (#{$bp-larger-than-desktophd}) {}

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
jekyll-theme-newtype-0.1.3 _sass/skeleton/modules/_media-queries.scss
jekyll-theme-newtype-0.1.2 _sass/skeleton/modules/_media-queries.scss
jekyll-theme-newtype-0.1.1 _sass/skeleton/modules/_media-queries.scss
jekyll-theme-newtype-0.1.0 _sass/skeleton/modules/_media-queries.scss
blog.sahithyen.com-0.1.2 _sass/modules/_media-queries.scss
flying_dutchman-0.6.0 vendor/assets/stylesheets/skeleton/modules/_media-queries.scss
flying_dutchman-0.5.0 vendor/assets/stylesheets/skeleton/modules/_media-queries.scss
flying_dutchman-0.4.0 vendor/assets/stylesheets/skeleton/modules/_media-queries.scss
flying_dutchman-0.3.0 vendor/assets/stylesheets/skeleton/modules/_media-queries.scss