Skip to content

Commit

Permalink
chore: remove ugrc preset
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh authored and stdavis committed Nov 29, 2024
1 parent b353fe2 commit 59be05f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@ugrc/tailwind-preset": "^1.0.0",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
Expand Down
2 changes: 0 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import ugrcPreset from '@ugrc/tailwind-preset';
/** @type {import('tailwindcss').Config} */
export default {
content: ['./node_modules/@ugrc/**/*.{tsx,jsx,js}', './index.html', './src/**/*.{tsx,jsx,js}'],
presets: [ugrcPreset],
theme: {
extend: {
fontFamily: {
Expand Down

0 comments on commit 59be05f

Please sign in to comment.