@compass/variables
Usage
import variables from "@compass/variables";API Reference
variables.get(key: string, scope?: string)
variables.get(key: string, scope?: string)variables.set(key: string, value: any, scope?: string)
variables.set(key: string, value: any, scope?: string)Examples
Last updated