@master/css-compiler
Advanced tools
Comparing version 2.0.0-beta.16 to 2.0.0-beta.17
@@ -0,2 +1,3 @@ | ||
import MasterCSS from '@master/css'; | ||
import type { MasterCSSCompilerSource } from './index'; | ||
export default function extract({ content }: MasterCSSCompilerSource): string[]; | ||
export default function extract({ content }: MasterCSSCompilerSource, masterCss: MasterCSS): string[]; |
@@ -0,1 +1,2 @@ | ||
import MasterCSS from '@master/css'; | ||
declare const defaultOptions: MasterCSSCompilerOptions; | ||
@@ -12,3 +13,3 @@ export declare type MasterCSSCompilerSource = { | ||
accept?: (source: MasterCSSCompilerSource) => boolean; | ||
extract?: (source: MasterCSSCompilerSource) => string[]; | ||
extract?: (source: MasterCSSCompilerSource, masterCss: MasterCSS) => string[]; | ||
config?: string; | ||
@@ -15,0 +16,0 @@ debug?: string[] | boolean; |
@@ -146,3 +146,3 @@ { | ||
}, | ||
"version": "2.0.0-beta.16" | ||
"version": "2.0.0-beta.17" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
67760
92