Skip to content

Commit

Permalink
refactor: remove unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
trigger67 committed Jan 24, 2025
1 parent 39f415f commit bd79846
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions packages/ui/tailwind.config-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const baseConfig: Config = {
},
colors: {
transparent: 'transparent',
dashboardsection: '#FFFFFF0D',
dashboardSectionTitle: '#060B15',
dashboardSectionText: '#050A14',
commentTextBackground: '#E9E9E9',
Expand Down Expand Up @@ -45,19 +44,6 @@ const baseConfig: Config = {
newBlue: {
1: '#0A69DA',
},
// Does not work on firefox
// blue: {
// 100: 'hsl(from var(--base-blue) h s 90%)',
// 200: 'hsl(from var(--base-blue) h s 80%)',
// 300: 'hsl(from var(--base-blue) h s 70%)',
// 400: 'hsl(from var(--base-blue) h s 60%)',
// 500: 'hsl(from var(--base-blue) h s 50%)',
// 600: 'hsl(from var(--base-blue) h s 40%)',
// 700: 'hsl(from var(--base-blue) h s 30%)',
// 800: 'hsl(from var(--base-blue) h s 20%)',
// 900: 'hsl(from var(--base-blue) h s 10%)',
// 1000: 'hsl(from var(--base-blue) h s l)',
// },
orange: {
100: '#FFBD99',
200: '#FF9D66',
Expand Down Expand Up @@ -186,10 +172,6 @@ const baseConfig: Config = {
800: '#9E4A19',
900: '#833C13',
},
grayblue: {
300: '#B6BFD3',
},

tertiary: {
1: '#F1EEEC',
2: '#E3DDD9',
Expand Down

0 comments on commit bd79846

Please sign in to comment.