- More descriptive name for design system library - Update all imports and configurations - No functional changes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
437 B
SCSS
11 lines
437 B
SCSS
// ==========================================================================
|
|
// COMMONS INDEX
|
|
// ==========================================================================
|
|
// Import all commons modules in the correct order
|
|
// Theme-agnostic styles that work across all themes
|
|
// ==========================================================================
|
|
|
|
@import 'layouts';
|
|
@import 'components';
|
|
@import 'patterns';
|
|
@import 'utilities'; |