You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: migrate all pages to pure Tailwind CSS utility classes
Complete migration from inline <style> blocks to Tailwind utilities:
- about.astro, pricing.astro, team.astro, community.astro
- consultation.astro, global-reach.astro, resources.astro
- framework.astro (K-12 Digital Campus Framework)
- All blog pages (index, 4 articles)
Key improvements:
- Removed all inline CSS, using CSS custom properties via Tailwind
- Implemented data-driven component patterns with arrays and .map()
- Net reduction of ~5,400 lines of code
- Consistent responsive design with Tailwind breakpoints (md:, lg:)
- All pages use Bundu Brand System v6.0.0 design tokens
description="Insights on digital transformation in African education. Implementation strategies, success stories, digital literacy best practices, and open-source technology for schools."
39
39
keywords="education technology blog, digital transformation insights, African education news, school technology implementation, digital literacy strategies, open-source education, education technology case studies"
40
40
>
41
-
<divclass="blog-container">
42
-
<divclass="blog-header">
43
-
<h1>Framework Insights & Updates</h1>
44
-
<p>Exploring digital transformation in education, implementation strategies, and success stories</p>
<pclass="text-[clamp(1rem,3vw,1.25rem)] text-[var(--text-secondary)]">Exploring digital transformation in education, implementation strategies, and success stories</p>
0 commit comments