Added more configuration options
This commit is contained in:
@@ -37,7 +37,7 @@ function extractVariables(theme: any, prefix: string = ""): string[] {
|
||||
}
|
||||
|
||||
const variables = () => [
|
||||
...extractVariables(options.theme)
|
||||
...extractVariables(options.theme),
|
||||
];
|
||||
|
||||
async function resetCss() {
|
||||
|
||||
Reference in New Issue
Block a user