Skip to main content

All Questions

Tagged with
-1 votes
0 answers
25 views

The responsivity of an application that already have too much screens and components

enter image description hereI'm dying of anxious, its been 1 month since I joined a new project, and started developing the front in the place of a software house. The problem is, the developer of the ...
Regis Freitas's user avatar
0 votes
0 answers
57 views

Override SASS variables for a Vuetify3 Component

I would like to globally customize the style of some Vuetify Components. Vuetify seems to have a SASS API where I can override variables to customize components. However, I cannot figure out how to ...
Corylus's user avatar
  • 818
0 votes
1 answer
64 views

Storybook and sass file import not working

So I have a small vue cli with vue 3 + storybook project. I was starting to add stories for my components when I started getting errors about my styles. I went to storybook official documentation and ...
user9875's user avatar
  • 133
0 votes
0 answers
127 views

Scss nuxt: sass expected "{" error when no style tag in file

If I for example have this in my /pages/settings.vue: <template> ... </template> or <template> ... </template> <style lang="scss"> </style> I get ...
Waradu's user avatar
  • 341
1 vote
1 answer
95 views

Number scrolling animation (& content generation) using Vue and SCSS

I was looking for a reference for number scrolling animation and came across the following code (uses SCSS so will not run in the browser): new Vue({ el: ".app", data: { number: 0 }, ...
jyyam's user avatar
  • 13
1 vote
0 answers
45 views

Installing the Nuxt framework in Arch Linux

When I want to install Nuxt it with the package manager npm , it shows the following error, but I have no Yarn , Pnpm problem with it npx nuxi@latest init Which package manager would you like to use? ...
Hasan Bahramian's user avatar
0 votes
1 answer
64 views

How do I configure webpack to ignore my non-existing resource in scss?

I receive an error when compiling my scss file. In the .scss file I have: body { background-image: url("/static/background.webp"); } This is the error I get: error in ./...
Alex's user avatar
  • 620
0 votes
0 answers
30 views

Vue 3: How to set ":root"-styles that have been importet with sass variables through the new "@use"-syntax? [duplicate]

I am new to Vue.js and started a new project with Vue 3. Now I don't seem to find any solution for vue regarding this specific following question: How can variables (i. e. colors) be attached to the &...
Tobias's user avatar
  • 43
0 votes
1 answer
152 views

Quasar Select dropdown required class

I am trying to figure out how to set an asterisk(*) next to Quasar's Select component when it is "required". I am able to do so just fine with Quasar's "input" component, but can't ...
Cori's user avatar
  • 1
0 votes
0 answers
101 views

Adding styles to component defined using `defineComponent`

Is it possible to somehow add styles to a component I defined using the defineComponent function in Vue 3? Let's use this as an example: import { defineComponent, h } from "vue"; export ...
Matej's user avatar
  • 231
0 votes
1 answer
168 views

Is there a fix for bootstrap utilities problem?

I am using vue3 over vite and I am trying to implement the bootstrap to the project I was able to implement the whole thing but when I try overriding the variables related to the bootstrap I get a ...
Sparks's user avatar
  • 544
1 vote
1 answer
44 views

Smooth change header's height when u click on menu item

I want to do effect collapse or some similar But when I click on menu item height is change so fast without animation Whats wrong in my code? Reference effect like here in header https://x.rarible.com/...
Kustom's user avatar
  • 13
0 votes
1 answer
85 views

How to write a script that compiles all SCSS files to CSS in Vue 3?

In my project, there is a file called index.scss in the src/assets/styles folder. At the same level, there are multiple folders containing SCSS files that are ultimately imported into index.scss. I ...
Дмитрий Андреевич's user avatar
0 votes
1 answer
71 views

can't connect myxins to quasar, globally

Encountered an 'Undefined mixin' error when trying to use mixin in a Quasar project running in a Docker container enter image description here comments on the screen here is the mixin itself ...
Sit's user avatar
  • 1
0 votes
1 answer
123 views

Inconsistent CSS behavior with Nuxt 3

I have encountered a very strange behavior with my CSS. When I initially load a page (or when I refresh) no CSS is applied. However, I noticed that if I make a change to the style tag, For example add ...
Боян Дечев's user avatar

15 30 50 per page
1
2 3 4 5
53