Ralph

Results 3 comments of Ralph

I solved it by replacing: ``` @import "~bulma/sass/utilities/_all.sass"; ``` with: ``` @import '~bulma/sass/utilities/initial-variables'; @import '~bulma/sass/utilities/functions'; ``` Then in `nuxt.config.js`: ``` css: [ { src: '~assets/scss/main.scss', lang: 'sass' }, ], styleResources:...

Hi, If it can help you. I've used the delegate method `filesystemsource_pathname` to query a REST API endpoint, which returns a JSON containing, among other things, the path to the...

I agree that limiting WIDTH, HEIGHT, HPOS, VPOS to positive values would make sense. From my understanding, HPOS and VPOS are always in relation to the entire page, so values...