Skip to content

Commit

Permalink
#19 Add minified css
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-werner committed Mar 5, 2024
1 parent 7fa03ae commit b58e29a
Show file tree
Hide file tree
Showing 5 changed files with 241 additions and 0 deletions.
227 changes: 227 additions & 0 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"vue": "^3.4.21"
}
}
1 change: 1 addition & 0 deletions resources/js/datagrid/Components/DataGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import PlayIcon from "./Icons/PlayIcon.vue";
import SecondaryButton from "./SecondaryButton.vue";
import MassActions from "./MassActions.vue";
import {ServerConfig} from "../ServerConfig";
import "../css/datagrid.min.css";
const searchParams = new URLSearchParams(window.location.search);
Expand Down
7 changes: 7 additions & 0 deletions resources/js/datagrid/css/datagrid.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

[x-cloak] {
display: none;
}
Loading

0 comments on commit b58e29a

Please sign in to comment.