UNPKG

antd-theme-generator

Version:

This a script to generate color specific styles less file and which you can use to change theme dynamically in browser

46 lines (45 loc) 740 B
{ "name": "strip-css-comments", "version": "4.1.0", "description": "Strip comments from CSS", "license": "MIT", "repository": "sindresorhus/strip-css-comments", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=8" }, "scripts": { "test": "xo && ava && tsd", "bench": "matcha bench.js" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "css", "style", "stylesheet", "strip", "remove", "delete", "trim", "comments", "preprocess", "transform", "string" ], "dependencies": { "is-regexp": "^2.1.0" }, "devDependencies": { "ava": "^2.4.0", "matcha": "^0.7.0", "tsd": "^0.11.0", "xo": "^0.25.3" } }