diff --git a/examples/tailwindcss-purgecss/assets/css/tailwind.css b/examples/tailwindcss-purgecss/assets/css/tailwind.css index 69d4ab0237..720c734440 100644 --- a/examples/tailwindcss-purgecss/assets/css/tailwind.css +++ b/examples/tailwindcss-purgecss/assets/css/tailwind.css @@ -9,7 +9,7 @@ * * @import "tailwindcss/preflight"; */ - @tailwind preflight; + @tailwind base; /** * This injects any component classes registered by plugins. diff --git a/examples/tailwindcss-purgecss/components/MyComponent.vue b/examples/tailwindcss-purgecss/components/MyComponent.vue index bdf92cf1e1..51b06ac0a8 100644 --- a/examples/tailwindcss-purgecss/components/MyComponent.vue +++ b/examples/tailwindcss-purgecss/components/MyComponent.vue @@ -1,6 +1,6 @@