You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Parse EQCSS files and return JavaScript that can apply the parsed queries directly to EQCSS.data bypassing EQCSS.load and the need to include the EQCSS syntax",
"main": "eqcss-parse.js",
"bin": {
"eqcss-parse": "index.js"
},
"keywords": [
"css",
"style",
"styles",
"eqcss",
"reprocessor",
"CSS reprocessor",
"element",
"container",
"query",
"queries",
"scoping",
"scoped",
"meta",
"this",
"parent",
"selector",
"selectors"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"