Skip to content

Commit e514819

Browse files
committed
chore: inline breakpoints.css
1 parent f1e4393 commit e514819

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

app/globals.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@import 'tailwindcss';
22
@import './styles/colors.css';
3-
@import './styles/breakpoints.css';
43
@import './styles/variables.css';
54
@import './styles/utils.css';
65
@import './styles/shadow.css';

app/styles/breakpoints.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

app/styles/variables.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
@theme {
2+
--breakpoint-sm: 450px;
3+
--breakpoint-md: 580px;
4+
--breakpoint-lg: 768px;
5+
--breakpoint-xl: 1024px;
6+
--breakpoint-2xl: 1250px;
7+
28
--background-image-bgGradientOnyx: linear-gradient(
39
to bottom right,
410
hsl(240, 1%, 25%) 3%,

0 commit comments

Comments
 (0)