Skip to content

Commit

Permalink
fix(plugin): remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszogyenyi committed Aug 5, 2024
1 parent 878ced1 commit b30fd48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const svgToDataUri = require('mini-svg-data-uri');
const plugin = require('tailwindcss/plugin');
const defaultTheme = require('tailwindcss/defaultTheme');
const colors = require('tailwindcss/colors');
const { transform } = require('typescript');
const [baseFontSize, { lineHeight: baseLineHeight }] =
defaultTheme.fontSize.base;
const { spacing, borderWidth, borderRadius, boxShadow } = defaultTheme;
Expand Down

0 comments on commit b30fd48

Please sign in to comment.