mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-04 20:09:41 +05:00
Frontend: Delete template files. Add Navigation Rail.
This commit is contained in:
parent
cd78429540
commit
84b13a2c80
12 changed files with 1682 additions and 486 deletions
8
frontend/postcss.config.mjs
Normal file
8
frontend/postcss.config.mjs
Normal file
|
@ -0,0 +1,8 @@
|
|||
/** @type {import('postcss-load-config').Config} */
|
||||
const config = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
Loading…
Add table
Add a link
Reference in a new issue