Vendor article styles into site packages
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-25 04:31:59 +05:30
parent 8d391a2e5e
commit 7ea3a668b1
14 changed files with 2429 additions and 7 deletions

View file

@ -1,6 +1,6 @@
@import "tailwindcss";
@import "katex/dist/katex.min.css";
@import "../../../../src/styles/article.css";
@import "./article.css";
@plugin 'tailwindcss-animate';
@plugin '@tailwindcss/typography';