Skip to content

Commit

Permalink
Merge pull request #67 from AriPerkkio/fix/tailwind-jsdoc
Browse files Browse the repository at this point in the history
fix: tailwind jsdoc for intellisense
  • Loading branch information
satnaing authored May 15, 2023
2 parents e8bd391 + 99709dd commit 03b52c9
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 03b52c9

Please sign in to comment.