|
@@ -1,3 +1,5 @@
|
|
|
+var colors = require('tailwindcss/colors');
|
|
|
+
|
|
|
/** @type {import('tailwindcss').Config} */
|
|
|
|
|
|
module.exports = {
|
|
@@ -9,6 +11,7 @@ module.exports = {
|
|
|
title: 'var(--font-title)',
|
|
|
},
|
|
|
colors: {
|
|
|
+ ...colors,
|
|
|
primary: {
|
|
|
DEFAULT: 'rgb(var(--primary) / <alpha-value>)',
|
|
|
dark: 'rgb(var(--priamry-dark) / <alpha-value>)',
|