mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 13:16:38 +00:00
19 lines
469 B
SCSS
19 lines
469 B
SCSS
// 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';
|