Skip to content

Commit 569aa9a

Browse files
committed
remove bulma dependency
1 parent 5dcc8f7 commit 569aa9a

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

package-lock.json

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
},
4949
"devDependencies": {
5050
"@mysticatea/eslint-plugin": "^13.0.0",
51-
"@pathscale/bulma-css-var-only": "^0.9.0",
5251
"@rollup/plugin-node-resolve": "^8.0.1",
5352
"@rollup/plugin-replace": "^2.3.3",
5453
"@vue/cli-plugin-babel": "^4.4.1",

src/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import '@pathscale/bulma-css-var-only/css/bulma.css';
21
import { createApp } from 'vue';
32
import App from './views/App.vue';
43
import { stateSymbol, state } from './state';

0 commit comments

Comments
 (0)