Skip to content

Commit

Permalink
add @tabler/core v1.0.0-beta20
Browse files Browse the repository at this point in the history
dependencies: bootstrap v5.3.1
  • Loading branch information
pilinux committed Aug 30, 2023
1 parent fcd540a commit 65ed793
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/root.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {

import useErrorHandler from "./errors";

import styles from "bootstrap/dist/css/bootstrap.min.css";
import styles from "@tabler/core/dist/css/tabler.min.css";

export const links = () => [
{
Expand Down
109 changes: 103 additions & 6 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 @@ -12,7 +12,7 @@
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@remix-run/serve": "^1.19.3",
"bootstrap": "^5.2.3",
"@tabler/core": "^1.0.0-beta20",
"isbot": "^3.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 65ed793

Please sign in to comment.