UNPKG

style-dictionary

Version:

Style once, use everywhere. A build system for creating cross-platform styles.

7 lines (6 loc) 203 B
export const propertyFormatNames = { css: /** @type {'css'} */ ('css'), sass: /** @type {'sass'} */ ('sass'), less: /** @type {'less'} */ ('less'), stylus: /** @type {'stylus'} */ ('stylus'), };