UNPKG

stylelint-declaration-use-variable

Version:

A stylelint custom rule to check the use of scss variable on declaration.

37 lines (36 loc) 914 B
{ "name": "stylelint-declaration-use-variable", "version": "1.7.3", "description": "A stylelint custom rule to check the use of scss variable on declaration.", "main": "index.js", "scripts": { "test": "tape test" }, "repository": { "type": "git", "url": "git+https://github.com/sh-waqar/stylelint-declaration-use-variable.git" }, "keywords": [ "stylelint", "stylelint-plugin", "css", "variable", "scss", "z-index", "color" ], "author": "sh-waqar <waqar.ali911@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/sh-waqar/stylelint-declaration-use-variable/issues" }, "homepage": "https://github.com/sh-waqar/stylelint-declaration-use-variable", "devDependencies": { "stylelint-test-rule-tape": "^0.2.0", "tape": "^4.11.0", "stylelint": "^13.13.0" }, "peerDependencies": { "stylelint": "^13.13.0" } }