Moved to _dev
This commit is contained in:
18
open-resume/tailwind.config.js
Normal file
18
open-resume/tailwind.config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./src/app/**/*.{ts,tsx,mdx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
backgroundImage: {
|
||||
dot: "url('/assets/dots.svg')",
|
||||
},
|
||||
},
|
||||
},
|
||||
corePlugins: {
|
||||
aspectRatio: false,
|
||||
},
|
||||
plugins: [
|
||||
require("tailwind-scrollbar")({ nocompatible: true }),
|
||||
require("@tailwindcss/aspect-ratio"),
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user