| /** @type {import('tailwindcss').Config} */ | |
| export default { | |
| darkMode: 'class', | |
| content: ['./index.html', './src/**/*.{ts,tsx}'], | |
| theme: { | |
| extend: { | |
| colors: { | |
| slate: { | |
| 950: '#020617', | |
| 925: '#0a1223', | |
| }, | |
| }, | |
| }, | |
| }, | |
| plugins: [], | |
| } | |
| /** @type {import('tailwindcss').Config} */ | |
| export default { | |
| darkMode: 'class', | |
| content: ['./index.html', './src/**/*.{ts,tsx}'], | |
| theme: { | |
| extend: { | |
| colors: { | |
| slate: { | |
| 950: '#020617', | |
| 925: '#0a1223', | |
| }, | |
| }, | |
| }, | |
| }, | |
| plugins: [], | |
| } | |