Sha256: f585b801b7237b919c0921ba4649d06402109f360a824e4673c7a935cc054754

Contents?: true

Size: 547 Bytes

Versions: 5

Compression:

Stored size: 547 Bytes

Contents

@mixin smartphone
  @media only screen and (min-width: $smartphone)
    @content

@mixin smartphone-max
  @media only screen and (max-width: $smartphone)
    @content

@mixin tablet
  @media only screen and (min-width: $tablet)
    @content

@mixin tablet-max
  @media only screen and (max-width: $tablet)
    @content

@mixin laptop
  @media only screen and (min-width: $laptop)
    @content

@mixin laptop-max
  @media only screen and (max-width: $laptop)
    @content

@mixin desktop
  @media only screen and (min-width: $desktop)
    @content

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
express_ui-0.1.0.rc7 app/assets/stylesheets/express_ui/atoms/_media_queries.sass
express_ui-0.1.0.rc5 app/assets/stylesheets/express_ui/atoms/_media_queries.sass
express_ui-0.1.0.rc4 app/assets/stylesheets/express_ui/atoms/_media_queries.sass
express_ui-0.1.0.rc3 app/assets/stylesheets/express_ui/atoms/_media_queries.sass
express_ui-0.1.0.rc1 app/assets/stylesheets/express_ui/atoms/_media_queries.sass