Commit d12fa8ed by PLN (Algolia)

fix(tailwind): use source() in import for Vercel compat

parent e903cb57
@import "tailwindcss";
@source "../pages/**/*.{js,ts,jsx,tsx}";
@source "../components/**/*.{js,ts,jsx,tsx}";
@import "tailwindcss" source("../");
/* ParVagues palette */
:root {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment