UNPKG

gel-sass-tools

Version:

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

48 lines (47 loc) 978 B
{ "name": "gel-sass-tools", "version": "4.1.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" }, "devDependencies": { "jest": "30.0.3", "prettier": "3.6.2", "sass": "1.89.2" } }