💄 Restyled web pages
🧱 Add tailwindcss
This commit is contained in:
11
DysonNetwork.Sphere/tailwind.config.js
Normal file
11
DysonNetwork.Sphere/tailwind.config.js
Normal file
@ -0,0 +1,11 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
"./Pages/**/*.cshtml",
|
||||
"./Views/**/*.cshtml"
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
Reference in New Issue
Block a user