mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
Update tailwind.config.js
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
// tailwind.config.js
|
// tailwind.config.js
|
||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
corePlugins: {
|
||||||
|
preflight: true,
|
||||||
|
},
|
||||||
content: ['./src/pages/*.js', './src/components/stream/**/*.js'],
|
content: ['./src/pages/*.js', './src/components/stream/**/*.js'],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user