/ tailwind.config.js
tailwind.config.js
1 module.exports = { 2 content: ["./*.lisp"], 3 theme: { 4 extend: { 5 colors: { 6 primary: '#3c50e0', 7 } 8 }, 9 }, 10 plugins: [], 11 }
1 module.exports = { 2 content: ["./*.lisp"], 3 theme: { 4 extend: { 5 colors: { 6 primary: '#3c50e0', 7 } 8 }, 9 }, 10 plugins: [], 11 }