@master/css
Advanced tools
Comparing version 1.31.0 to 1.31.1
@@ -28,3 +28,3 @@ { | ||
}, | ||
"version": "1.31.0" | ||
"version": "1.31.1" | ||
} |
@@ -55,3 +55,3 @@ import { StyleMedia } from './interfaces/style-media'; | ||
constructor(name: string, matching?: StyleMatching); | ||
static extend(property: 'classes' | 'breakpoints' | 'colors' | 'values' | 'semantics' | 'mediaQueries', ...settings: Record<string, any>[]): typeof Style; | ||
static extend(property: 'classes' | 'breakpoints' | 'colors' | 'mediaQueries', ...settings: Record<string, any>[]): typeof Style; | ||
} | ||
@@ -58,0 +58,0 @@ export interface Style { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
112748