Szablon witryny, docker i workflow gitea
This commit is contained in:
15
tailwind.config.cjs
Normal file
15
tailwind.config.cjs
Normal file
@@ -0,0 +1,15 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
"./src/**/*.{astro,html,js,jsx,ts,tsx,vue}"
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
container: {
|
||||
center: true,
|
||||
padding: "1rem"
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: []
|
||||
};
|
||||
Reference in New Issue
Block a user