mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
8 lines
195 B
TypeScript
8 lines
195 B
TypeScript
import { CSSGlobalVariables } from 'css-global-variables';
|
|
|
|
export const CSSVars = new CSSGlobalVariables({
|
|
filter: '*',
|
|
autoprefix: false,
|
|
normalize: name => name.toUpperCase(),
|
|
});
|