Skip to content

Releases: sass-mq/sass-mq

Bugfix release

04 Aug 09:51
Compare
Choose a tag to compare
  • Fixes an error in px to em conversion #60 (thanks to @hugogiraudel for submitting the fix)
  • Update package.json to latest License spec
  • Update to the latest version of Eyeglass (note that tests are failing on Travis)

v3.2.2

12 Jun 17:03
Compare
Choose a tag to compare
3.2.2

v3.2.1

12 Jun 17:01
Compare
Choose a tag to compare
  • Markdown fixes for the npm registry

npm and eyeglass support

12 Jun 16:53
Compare
Choose a tag to compare
  • Sass MQ is now available as a npm module!

    npm install sass-mq --save
    
  • Adds support for eyeglass. Install using npm, then Sass MQ is available as an eyeglass module with

    @import 'sass-mq';
    
  • Updated the documentation to SassDoc v2

Thanks to @ahmedelgabri for his precious help.

Elements under active breakpoint are clickable

16 Jan 14:10
Compare
Choose a tag to compare

See #46

Elements under the active breakpoint (see documentation) are now clickable.

Thanks to @ngryman

Optimise installation time

17 Dec 17:01
Compare
Choose a tag to compare

…by ignoring unnecessary files installed on bower install

Debug helper is now a mixin

17 Dec 12:25
Compare
Choose a tag to compare
// Show breakpoints using global settings
@include mq-show-breakpoints;

// Show breakpoints using custom settings
@include mq-show-breakpoints((L, XL), (S: 300px, L: 800px, XL: 1200px));

mq-show-breakpoints' documentation

Remove unnecessary 'all and ' prefix in CSS output

17 Dec 11:50
Compare
Choose a tag to compare
// Before:
@media all and (min-width:…) {}

// After:
@media (min-width:…) {}

Thanks to @Steffen185 for this contribution.

v3.1.0-beta.1

16 Dec 11:45
Compare
Choose a tag to compare
v3.1.0-beta.1 Pre-release
Pre-release
Remove double documentation for showing breakpoints

v3.0.1

11 Dec 15:28
Compare
Choose a tag to compare
Remove bower_components directory