fix: tailwind jsdoc for intellisense

This commit is contained in:
AriPerkkio
2023-05-02 13:46:46 +03:00
parent 4c1b9c89f3
commit 99709dd3aa
+1 -2
View File
@@ -1,5 +1,3 @@
/** @type {import('tailwindcss').Config} */
function withOpacity(variableName) {
return ({ opacityValue }) => {
if (opacityValue !== undefined) {
@@ -9,6 +7,7 @@ function withOpacity(variableName) {
};
}
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
theme: {