Skip to content

Commit

Permalink
Merge pull request #143 from up2dul/refactor/unused-vars
Browse files Browse the repository at this point in the history
refactor: remove unused `colors`
  • Loading branch information
prototypa authored Mar 13, 2023
2 parents 40a8aaa + 5d3a611 commit f43e095
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const defaultTheme = require('tailwindcss/defaultTheme');
const colors = require('tailwindcss/colors');

module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,svelte,ts,tsx,vue}'],
Expand Down

0 comments on commit f43e095

Please sign in to comment.