css-inherit-fn
Version:
Sass and Less mixins to enable CSS --var: calc(inherit(--var) + 1);
30 lines (29 loc) • 701 B
JSON
{
"name": "css-inherit-fn",
"version": "1.0.0",
"description": "Sass and Less mixins to enable CSS --var: calc(inherit(--var) + 1);",
"main": "css-inherit.js",
"directories": {
"test": "tests"
},
"scripts": {
"test:jest": "jest",
"test:cy": "npx cypress run --config-file tests/front/cypress.config.js",
"test": "npm run test:jest && npm run test:cy"
},
"jest": {
"testMatch": ["**/tests/**/*.jest.js"]
},
"keywords": [
"css",
"inherit"
],
"author": "Jane Ori (https://twitter.com/Jane0ri)",
"license": "BSD-2-Clause",
"devDependencies": {
"cypress": "^10.3.0",
"jest": "^28.1.2",
"less": "^4.1.3",
"node-sass": "^7.0.1"
}
}