UNPKG

ms-sass

Version:

A lite dart-sass implementation for modularscale-sass.

49 lines 1.08 kB
{ "name": "ms-sass", "version": "1.1.0", "description": "A lite dart-sass implementation for modularscale-sass.", "main": "./src/modularscale.scss", "repository": { "type": "git", "url": "git+https://github.com/p233-studio/ms-sass.git" }, "keywords": [ "sass", "scss", "modularscale", "typography" ], "author": "Peiwen Lu", "license": "MIT", "bugs": { "url": "https://github.com/p233-studio/ms-sass/issues" }, "homepage": "https://github.com/p233-studio/ms-sass#readme", "devDependencies": { "@p233/stylelint-config-scss": "^4.0.2", "husky": "^9.1.7", "jest": "^29.7.0", "lint-staged": "^15.2.11", "postcss": "^8.4.49", "prettier": "^3.4.2", "sass": "^1.83.0", "sass-true": "^8.1.0", "stylelint": "^16.12.0", "stylelint-prettier": "^5.0.2" }, "jest": { "testEnvironment": "node" }, "lint-staged": { "*.scss": [ "stylelint --fix" ] }, "files": [ "src" ], "scripts": { "lint": "stylelint src/modularscale.scss", "test": "jest --silent" } }