mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
fix: tailwind jsdoc for intellisense
This commit is contained in:
+1
-2
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user