UNPKG

arui-cssvars

Version:
33 lines (32 loc) 629 B
{ "name": "arui-cssvars", "version": "1.2.0", "description": "Helper for arui-feather css variables", "main": "index.js", "scripts": { "test": "node ./index.js test", "lint": "stylelint test/*.css" }, "bin": { "cssvars": "./bin/cssvars.js" }, "keywords": [ "css", "less", "scss", "stylelint", "arui-feather", "arui-cssvars", "cssvars" ], "author": "MadBrozzeR", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/MadBrozzeR/arui-cssvars" }, "devDependencies": { "arui-feather": "^13.8.1", "stylelint": "^10.1.0" } }