Created
January 18, 2024 14:16
-
-
Save housemeow/b2b8fc6293c3b32d637566f48ffa6ed1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** @type {import('tailwindcss').Config} */ | |
// eslint-disable-next-line no-undef | |
module.exports = { | |
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'], | |
theme: { | |
extend: { | |
colors: { | |
'regal-blue': '#243c5a', | |
'primary-1': 'var(--color-primary-1)', | |
'primary-2': 'var(--color-primary-2)', | |
'primary-3': 'var(--color-primary-3)', | |
'primary-4': 'var(--color-primary-4)', | |
'primary-5': 'var(--color-primary-5)', | |
'block-light': 'var(--color-block-light)', | |
'line-black': 'var(--color-line-black)', | |
'button-brown': 'var(--color-button-brown)', | |
error: 'var(--color-error)', | |
white: 'var(--color-white)', | |
}, | |
}, | |
}, | |
plugins: [], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.