Commit 3b9bb1c
committed
refactor(Markdown): replace Sass with plain CSS and Tailwind @apply
Removes Sass dependencies from Markdown.scss and prism-theme.scss.
Converted to plain CSS files with @apply for Tailwind utilities.
Inlined all Sass variables, functions (getFontSize, getColor), and
color.adjust() calls as computed values. Replaced @include break
with plain @media (min-width: 768px). Added @reference directive
for Tailwind v4 @apply support.
Part of #8047.1 parent be282c1 commit 3b9bb1c
File tree
3 files changed
+89
-120
lines changed- src/components/Markdown
3 files changed
+89
-120
lines changed
0 commit comments