changes to try with chatgpt
This commit is contained in:
parent
869df50c01
commit
7133371206
6 changed files with 186 additions and 81 deletions
|
|
@ -9,3 +9,15 @@ $breakpoint-sm: 576px;
|
|||
$breakpoint-md: 768px;
|
||||
$breakpoint-lg: 992px;
|
||||
$breakpoint-xl: 1200px;
|
||||
// variables.scss
|
||||
|
||||
// Breakpoint Variables
|
||||
:root {
|
||||
--breakpoint-xs: 480px;
|
||||
--breakpoint-sm: 576px;
|
||||
--breakpoint-md: 768px;
|
||||
--breakpoint-lg: 992px;
|
||||
--breakpoint-xl: 1200px;
|
||||
}
|
||||
|
||||
// Additional global variables can be added here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue