The package.json and package-lock.json files have been updated to include new development tools: Prettier, its Astro and TailwindCSS plugins, and a package called preline. The tailwind.config.mjs file has also been updated to reference preline and its plugin as well as to enable Tailwind's dark mode feature.
3 lines
49 B
Text
3 lines
49 B
Text
{
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|