Skip to content

Commit

Permalink
reset css の差し替え
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-20 committed Aug 18, 2024
1 parent 6db6f4a commit 028b24d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 104 deletions.
1 change: 1 addition & 0 deletions dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@solidjs/router": "0.14.1",
"@tanstack/solid-virtual": "3.8.4",
"@types/async-lock": "1.4.2",
"@unocss/reset": "^0.62.2",
"ansi-to-html": "0.7.2",
"async-lock": "1.4.1",
"chart.js": "4.4.3",
Expand Down
2 changes: 1 addition & 1 deletion dashboard/src/global-style.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { globalStyle } from '@macaron-css/core'
import { colorVars } from '/@/theme'
import './reset.css'
import '@unocss/reset/tailwind-compat.css'

globalStyle('*, ::before, ::after', {
margin: 0,
Expand Down
102 changes: 0 additions & 102 deletions dashboard/src/reset.css

This file was deleted.

3 changes: 2 additions & 1 deletion dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2586,7 +2586,7 @@ __metadata:
languageName: node
linkType: hard

"@unocss/reset@npm:0.62.2":
"@unocss/reset@npm:0.62.2, @unocss/reset@npm:^0.62.2":
version: 0.62.2
resolution: "@unocss/reset@npm:0.62.2"
checksum: 10c0/297a7cae482862615f11656907fe4feaee572dd278d3b0f9c73474d418f17740dcc590562b9f03532d7a54fa67a81d26a67b15e86c51bae6f95a4b6911758f1c
Expand Down Expand Up @@ -4854,6 +4854,7 @@ __metadata:
"@tanstack/virtual-core": "npm:3.8.4"
"@types/async-lock": "npm:1.4.2"
"@types/node": "npm:22.1.0"
"@unocss/reset": "npm:^0.62.2"
ansi-to-html: "npm:0.7.2"
async-lock: "npm:1.4.1"
chart.js: "npm:4.4.3"
Expand Down

0 comments on commit 028b24d

Please sign in to comment.