generated from Fascinated/nextjs-13-template-with-tailwindcss
more spaces insead of tabs
All checks were successful
Publish Docker Image / docker (push) Successful in 1m50s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m50s
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
"./src/pages/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./config.json",
|
||||
],
|
||||
theme: {},
|
||||
plugins: [],
|
||||
content: [
|
||||
"./src/pages/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./config.json",
|
||||
],
|
||||
theme: {},
|
||||
plugins: [],
|
||||
};
|
||||
|
Reference in New Issue
Block a user