sass-mq
Version:
mq() is a Sass mixin that helps manipulating media queries in an elegant way.
59 lines (58 loc) • 1.17 kB
JSON
{
"name": "sass-mq",
"description": "mq() is a Sass mixin that helps manipulating media queries in an elegant way.",
"version": "7.0.0",
"keywords": [
"responsive",
"sass",
"rwd",
"mediaquery",
"query",
"queries",
"media"
],
"ignore": [
"test",
"sassdoc",
"**/.*",
"bower.json",
"sassdoc.sh",
"scripts"
],
"files": [
"_mq.scss",
"CHANGELOG.md",
"LICENSE.md",
"README.md",
"sass/index.scss"
],
"main": "_mq.scss",
"scripts": {
"test": "jest",
"sassdoc": "./scripts/sassdoc.sh",
"build:examples": "sass ./examples:./examples --no-source-map"
},
"contributors": [
{
"name": "Guardian Media Group and Contributors.",
"email": "",
"web": ""
}
],
"bugs": {
"url": "https://github.com/sass-mq/sass-mq/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sass-mq/sass-mq.git"
},
"license": "MIT",
"homepage": "https://sass-mq.github.io/sass-mq/",
"devDependencies": {
"glob": "^7.1.7",
"jest": "^29.7.0",
"sass": "^1.80.4",
"sass-true": "^8.1.0",
"sassdoc": "^2.7.3"
}
}