Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Sep 9, 2022
1 parent faeec94 commit 012a8fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@
"@meforma/vue-toaster": "^1.3.0",
"@suadelabs/vue3-multiselect": "^1.0.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.7",
"@vueform/toggle": "^2.1.1",
"boxicons": "^2.1.2",
"codemirror-editor-vue3": "^2.1.7",
"daisyui": "^2.25.0",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.11",
Expand Down
6 changes: 6 additions & 0 deletions src/Publish/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
"./Modules/**/Resources/views/**/*.vue",
"./Modules/**/Services/Rows/Render/**/*.vue",
"./Modules/**/Services/Rows/Render/**/**/*.vue",
"./Modules/**/Resources/views/**/*.js",
'./resources/js/**/*.js',
],
darkMode: "class", // or 'media' or 'class'
Expand Down Expand Up @@ -60,6 +61,7 @@ module.exports = {
},
plugins: [
require("@tailwindcss/forms"),
require("@tailwindcss/typography"),
plugin(function ({ matchUtilities, theme }) {
matchUtilities(
{
Expand Down Expand Up @@ -92,5 +94,9 @@ module.exports = {
}),
require("@tailwindcss/line-clamp"),
require("tailwindcss-rtl"),
require("daisyui"),
],
daisyui: {
themes: false,
},
};

0 comments on commit 012a8fc

Please sign in to comment.