refactor: restructure in entirety

This commit is contained in:
Arkaprabha Chakraborty
2025-12-06 15:31:18 +05:30
parent 28733e22d3
commit 17a2bce744
43 changed files with 854 additions and 1342 deletions

10
web/assets/scss/main.scss Normal file
View File

@@ -0,0 +1,10 @@
// ============================================
// BILLIT - Main SCSS Entry Point
// McMaster-Carr Inspired Design System
// ============================================
@use 'variables' as *;
@use 'base';
@use 'utilities';
@use 'components';
@use 'print';