UNPKG

@eighteen73/tailwindcss-wordpress

Version:
6 lines (4 loc) 185 B
const getCssProperty = require('../src/util/getCssProperty'); test('Returns a formatted WordPress slug from a key', () => { expect(getCssProperty('color.palette')).toBe('color'); });