@charset 'utf-8'; /* css for hds */ @import '@hashicorp/design-system-components'; /* tailwind before all the customizations */ @import 'tailwind'; /* all variables and custom queries including generic base variables */ @import 'variables'; /* all components including generic base components */ @import 'components'; /* cascading typography */ @import 'typography'; /* layouts */ @import 'layout'; /* pinpoint individual overwrites for those 'just on this page' problems */ @import 'routes'; /* more semantically (for our project) named icons */ @import 'icons'; /* global control of themeable components */ @import 'themes'; /* debug only, this is empty during a production build */ /* but uses the contents of ./debug.scss during dev */ @import '_debug';