Skip to content

Commit

Permalink
Try 7
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Oct 9, 2024
1 parent 96ac93c commit f48e512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"mixpanel-browser": "^2.47.0",
"nuxt": "3.12.2",
"protomaps-themes-base": "^1.3.1",
"sass": "^1.69.7",
"sass": "1.78.0",
"tiny-emitter": "^2.1.0",
"typescript": "^5.3.3",
"typescript-eslint": "^0.0.1-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/assets/bulma.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@use '@oruga-ui/theme-bulma/dist/scss/bulma'
@use '@oruga-ui/theme-bulma/dist/scss/bulma';
2 changes: 1 addition & 1 deletion src/runtime/plugins/oruga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import '@mdi/font/css/materialdesignicons.min.css'

import { Oruga } from '@oruga-ui/oruga-next'
import { bulmaConfig } from '@oruga-ui/theme-bulma'
import '@oruga-ui/theme-bulma/dist/bulma.css'
// import '@oruga-ui/theme-bulma/dist/bulma.css'

import { defineNuxtPlugin } from '#imports'

Expand Down

0 comments on commit f48e512

Please sign in to comment.