Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Aug 7, 2024
1 parent 100c9a0 commit bf8cdc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@alpinejs/intersect": "^3.13.7",
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"@sethsharp/ui": "1.0.0-alpha.2.0",
"@sethsharp/ui": "1.0.0-alpha.2.0.3",
"@tiptap/extension-bubble-menu": "^2.2.1",
"@tiptap/extension-code-block-lowlight": "^2.2.4",
"@tiptap/extension-document": "^2.2.1",
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if (process.env.EB_ENVIRONMENT === 'seth') {
}

module.exports = {
darkMode: 'class', // or 'media'
content: [
'./node_modules/@sethsharp/ui/src/**/*.{js,vue}',
'./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
Expand Down

0 comments on commit bf8cdc0

Please sign in to comment.