Skip to content

Commit

Permalink
Drop support for Eyeglass
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelig committed Jan 10, 2022
1 parent 4622c5e commit 6d50221
Show file tree
Hide file tree
Showing 4 changed files with 7,907 additions and 139 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This is a major version bump that contains breaking changes. It adds support for
### Removed

- Dropped tests for Sass engines other than dart-sass
- Dropped support for [Eyeglass](https://github.com/linkedin/eyeglass)
- Dropped deprecated var `$mq-base-font-size` (https://github.com/sass-mq/sass-mq/pull/123)
- Dropped compatibility with browsers that don’t support media queries:
- Removed `$mq-responsive`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ OR:
1. Install:

- with [Bower](http://bower.io/ 'Bower: A package manager for the web'): `bower install sass-mq --save`
- with [npm](https://www.npmjs.com/): `npm install sass-mq --save` _supports [eyeglass](https://github.com/sass-eyeglass/eyeglass)_
- with [yarn](https://www.yarnpkg.com/): `yarn add sass-mq` _supports [eyeglass](https://github.com/sass-eyeglass/eyeglass)_
- with [npm](https://www.npmjs.com/): `npm install sass-mq --save`
- with [yarn](https://www.yarnpkg.com/): `yarn add sass-mq`

OR [Download \_mq.scss](https://raw.github.com/sass-mq/sass-mq/main/_mq.scss) into your Sass project.

Expand Down
Loading

0 comments on commit 6d50221

Please sign in to comment.