less-plugin-unique-directives
Version:
A Less plugin to eliminate redundant @-rules such as `@keyframes` in the output CSS.
17 lines (16 loc) • 386 B
JSON
{
"name": "less-plugin-unique-directives",
"version": "0.1.0",
"description": "A Less plugin to eliminate redundant @-rules such as `@keyframes` in the output CSS.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"keyframes",
"at-rules",
"less"
],
"author": "Justineo",
"license": "MIT"
}