module.exports = { prefix: 'rb-', important: true, purge: [ 'admin/views/**/*.php', ], theme: { colors: { transparent: 'transparent', current: 'currentColor', black: '#000', white: '#fff', orange: { 600: '#F15A31', }, }, extend: {}, }, variants: {}, plugins: [], }