v31.16.0
Minor Changes
-
vars: Expose shadow palette (#1133)
Provide access to the themed
shadowscale on thevarsobjectEXAMPLE USAGE:
import { vars } from 'braid-design-system/css'; export const dropShadow = style({ boxShadow: vars.shadow.small, });