Move files in preparation for monorepo migration

This commit is contained in:
Jai A
2024-07-03 16:21:07 -07:00
parent 11020c4545
commit 1ef8bf4690
271 changed files with 0 additions and 164 deletions
+18
View File
@@ -0,0 +1,18 @@
// Create the variables used by everything
@import 'styles/variables';
// Normalize styling across browsers to a standard stripped down form
@import 'styles/normalize';
// Add Omorphia base classes
@import 'styles/classes';
// Apply default styles
@import 'styles/defaults';
// Apply code block highlighting styles
@import 'styles/highlightjs';
// Finally, apply accessibility-related global styling
@import 'styles/accessibility';
// Fonts
@import 'styles/inter';