1
0
mirror of https://github.com/Damillora/phoebe.git synced 2025-04-15 19:33:12 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
6b96b44803 fix: importing bulma 2025-02-05 18:39:25 +00:00
b846402609 feat: update bulma to silence warnings 2025-02-05 18:32:19 +00:00
3 changed files with 6 additions and 13 deletions

@ -9,7 +9,7 @@
"version": "0.0.1",
"dependencies": {
"axios": "^1.4.0",
"bulma": "^0.9.4",
"bulma": "^1.0.3",
"query-string": "^8.1.0"
},
"devDependencies": {
@ -1683,9 +1683,9 @@
}
},
"node_modules/bulma": {
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz",
"integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-1.0.3.tgz",
"integrity": "sha512-9eVXBrXwlU337XUXBjIIq7i88A+tRbJYAjXQjT/21lwam+5tpvKF0R7dCesre9N+HV9c6pzCNEPKrtgvBBes2g==",
"license": "MIT"
},
"node_modules/callsites": {

@ -29,7 +29,7 @@
"type": "module",
"dependencies": {
"axios": "^1.4.0",
"bulma": "^0.9.4",
"bulma": "^1.0.3",
"query-string": "^8.1.0"
}
}

@ -1,12 +1,5 @@
/* Write your global styles here, in SCSS syntax. Variables and mixins from the src/variables.scss file are available here without importing */
@import "../node_modules/bulma/sass/utilities/_all";
@import "../node_modules/bulma/sass/base/_all";
@import "../node_modules/bulma/sass/elements/_all";
@import "../node_modules/bulma/sass/form/_all";
@import "../node_modules/bulma/sass/components/_all";
@import "../node_modules/bulma/sass/grid/_all";
@import "../node_modules/bulma/sass/helpers/_all";
@import "../node_modules/bulma/sass/layout/_all";
@use "../node_modules/bulma/sass";
.tile.is-multiline {
flex-wrap: wrap;