module.exports = { content: ['./assets/js/**/*.vue'], theme: { extend: { colors: { primary: { DEFAULT: 'var(--iw-slider-primary-color)', }, }, }, }, plugins: [], important: true, };