tailwind.config.js 154 B

1234567891011
  1. module.exports = {
  2. theme: {
  3. extend: {
  4. colors: {
  5. 'gray-dark': '#0F131A'
  6. }
  7. },
  8. },
  9. variants: {},
  10. plugins: []
  11. }