Merge pull request #67 from AriPerkkio/fix/tailwind-jsdoc

fix: tailwind jsdoc for intellisense
This commit is contained in:
Sat Naing
2023-05-15 10:11:45 +06:30
committed by GitHub
+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: {