Skip to content

Commit

Permalink
removed unwanted code
Browse files Browse the repository at this point in the history
  • Loading branch information
shashiirk committed Mar 25, 2022
1 parent fb7e1da commit b6e9077
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@
:root {
--blue: #000aff;
--yellow: #ffe713;
--gray-dark: #343a40;
--light: #f8f9fa;
--dark: #00010f;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
}

* {
Expand Down
7 changes: 0 additions & 7 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@ module.exports = {
colors: {
blue: 'var(--blue)',
yellow: 'var(--yellow)',
grayDark: 'var(--gray-dark)',
light: 'var(--light)',
dark: 'var(--dark)',
breakpointXS: 'var(--breakpoint-xs)',
breakpointSM: 'var(--breakpoint-sm)',
breakpointMD: 'var(--breakpoint-md)',
breakpointLG: 'var(--breakpoint-lg)',
breakpointXL: 'var(--breakpoint-xl)',
},
},
screens: {
Expand Down

0 comments on commit b6e9077

Please sign in to comment.