UNPKG

@eighteen73/tailwindcss-wordpress

Version:
8 lines (6 loc) 217 B
const toVariable = require('../src/util/toVariable'); test('Returns a WordPress theme.json formatted CSS Variable', () => { expect(toVariable('color', 'primary')).toBe( 'var(--wp--preset--color--primary)' ); });