Reference type definitions
This commit is contained in:
parent
96646cb13c
commit
664106b542
|
@ -9,6 +9,7 @@ function withOpacity(variableName) {
|
|||
};
|
||||
}
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{js,jsx,ts,tsx}", "./index.html"],
|
||||
theme: {
|
||||
|
|
Loading…
Reference in New Issue