diff --git a/tailwind.config.js b/tailwind.config.js index e855636..4ce301f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,3 +1,5 @@ +const colors = require('tailwindcss/colors') + module.exports = { purge: { content: ['templates/**/*.twig'] @@ -5,6 +7,10 @@ module.exports = { darkMode: false, // or 'media' or 'class' theme: { extend: {}, + colors: { + blue: colors.lightBlue, + gray: colors.trueGray + }, }, variants: { extend: {},