UNPKG

gel-sass-tools

Version:

A collection of Sass Settings & Tools which align to key GEL values

48 lines (47 loc) 985 B
{ "name": "gel-sass-tools", "version": "4.0.0", "description": "A collection of Sass Settings & Tools which align to key GEL values", "main": "_sass-tools.scss", "scripts": { "prettier": "prettier --write '{src/**/*,test/**/*,*}.{js,json,mjs,scss}'", "pretest": "npm run prettier", "test": "jest" }, "type": "module", "repository": { "type": "git", "url": "https://github.com/bbc/gel-sass-tools.git" }, "keywords": [ "settings", "sass", "gel", "bbc", "responsive", "global", "experience", "language" ], "ignore": [ "**/.*", "node_modules", "../", "test", "tests" ], "author": "BBC", "license": "MIT", "bugs": { "url": "https://github.com/bbc/gel-sass-tools/issues" }, "homepage": "https://github.com/bbc/gel-sass-tools", "dependencies": { "sass-mq": "7.0.0-beta.1" }, "devDependencies": { "jest": "29.7.0", "prettier": "3.5.3", "sass": "1.86.1" } }