mirror of
https://github.com/cypress-io/cypress.git
synced 2025-12-19 05:12:40 -06:00
6 lines
184 B
JavaScript
6 lines
184 B
JavaScript
const config = require('@packages/frontend-shared/tailwind.config.cjs')
|
|
|
|
config.content.files.push('../frontend-shared/src/**/*.{vue,js,ts,jsx,tsx,scss,css}')
|
|
|
|
module.exports = config
|