UNPKG

@lcap/nasl

Version:

NetEase Application Specific Language

24 lines (23 loc) 881 B
import { naslTypes } from './utils'; /** * "map": { ":root": { "--brand-primary-disabled": "#b4c7e4", "--brand-primary-opacity-20": "#355b9733", "--brand-primary-lightest": "#e6ecf6", "--brand-primary-lighter": "#b4c7e4", "--brand-primary-light": "#3e6ab0", "--brand-primary-dark": "#2f5186", "--brand-primary-darker": "#121e32", "--brand-primary-darkest": "#060a11", "--brand-primary": "#355b97", "--panel-background": "#bbb5b5" }, ".el-card": { "--el-card-border-color": "#28498c" } }, */ export declare function transformTheme(css: string): Record<string, Record<string, string>>; export declare function transformStyle(css: string): naslTypes.CSSRule[]; //# sourceMappingURL=transformThemeAndStyle.d.ts.map