Skip to content

Commit

Permalink
fix: tailwind jsdoc for intellisense
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed May 2, 2023
1 parent 4c1b9c8 commit 99709dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/** @type {import('tailwindcss').Config} */

function withOpacity(variableName) {
return ({ opacityValue }) => {
if (opacityValue !== undefined) {
Expand All @@ -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: {
Expand Down

0 comments on commit 99709dd

Please sign in to comment.