Files
developer.sailpoint.com/tailwind.config.js
2023-01-11 14:12:46 -06:00

10 lines
203 B
JavaScript

// tailwind.config.js
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/pages/*.js', './src/components/stream/**/*.js'],
theme: {
extend: {},
},
plugins: [],
};