UNPKG

angular-material-css-vars

Version:

Little library to use css variables for @angular/material

58 lines 1.45 kB
{ "name": "angular-material-css-vars", "version": "10.0.0", "description": "Little library to use css variables for @angular/material", "author": "johannesjo <contact@super-productivity.com> (http://super-productivity.com)", "contributors": [ { "name": "Daniel Kimmich", "email": "json-derulo@outlook.com", "url": "https://github.com/json-derulo" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/johannesjo/angular-material-css-vars" }, "keywords": [ "angular", "javascript", "typescript", "material", "css", "css variables", "angular-material" ], "peerDependencies": { "@angular/common": ">=21", "@angular/core": ">=21", "@angular/material": ">=21" }, "dependencies": { "@ctrl/tinycolor": "^4.0.0", "tslib": "^2.3.0" }, "exports": { ".": { "sass": "./index.scss", "types": "./types/angular-material-css-vars.d.ts", "default": "./fesm2022/angular-material-css-vars.mjs" }, "./main": { "sass": "./src/lib/_main.scss" }, "./public-util": { "sass": "./src/lib/_public-util.scss" }, "./variables": { "sass": "./src/lib/_variables.scss" }, "./package.json": { "default": "./package.json" } }, "module": "fesm2022/angular-material-css-vars.mjs", "typings": "types/angular-material-css-vars.d.ts", "sideEffects": false }