Socket
Socket
Sign inDemoInstall

sass-mq

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-mq - npm Package Compare versions

Comparing version 3.3.0-beta.1 to 3.3.0-beta.2

sass/index.scss

5

package.json
{
"name": "sass-mq",
"description": "mq() is a Sass mixin that helps manipulating media queries in an elegant way.",
"version": "3.3.0-beta.1",
"version": "3.3.0-beta.2",
"main": "eyeglass-exports.js",

@@ -28,3 +28,4 @@ "keywords": [

"LICENSE.md",
"README.md"
"README.md",
"sass/index.scss"
],

@@ -31,0 +32,0 @@ "contributors": [

7

README.md

@@ -210,5 +210,4 @@ # Media Queries with superpowers [![Build Status](https://api.travis-ci.org/sass-mq/sass-mq.svg?branch=master)](https://travis-ci.org/sass-mq/sass-mq)

By default, `mq()` uses `@media all` for its queries. If you want to
control this (e.g. to output styles for screens only), you can use the
`$mq-media-type` config option to change it (defaults to `all`):
If you want to specify a media type, for example to output styles
for screens only, set `$mq-media-type`:

@@ -283,3 +282,3 @@ #### SCSS

- The Guardian
- BBC (Homepage, Sport, News)
- BBC (Homepage, Sport, News, Programmes)
- The Financial Times

@@ -286,0 +285,0 @@ - [Rightmove](http://www.rightmove.co.uk/)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc