@metalsadman nice, thanks

Posts made by Artnova
-
QDate Picker with button
When opening QDate with a button (https://quasar.dev/vue-components/date#Example--With-additional-buttons)
The calendar opens and then jumps to the button position. Is this normal behavior?Kind regards
-
RE: Configuration: Move/Rename folder
@metalsadman I checked the source and found https://github.com/quasarframework/quasar/blob/dev/app/lib/webpack/loader.quasar-stylus-variables.js.
Does this mean the ‘css’ folder cannot be renamed and the quasar.variables.styl file cannot be moved to another folder? Or do you or anyone els know of another way to achieve this?Thanks for your response
Kind regards -
RE: Configuration: Move/Rename folder
@metalsadman Thanks for your response.
I could make my own styles folder, in fact that is my intention, but then I would like to remove de ‘css’ folder, so I don’t end up with a ‘styles’ and a ‘css’ folder.
When I put my ‘app.styl’ file in de styles folder and modify the quasar.conf.js section ccs[’~src/styles/app.styl’] and delete the css folder the compiler complains about: no such file or directory, open 'D:\vue-quasar\src\css\quasar.variables.styl’Kind regards
-
Configuration: Move/Rename folder
Hi,
Is it possible to move or rename a project folder in the default generated structure?
E.g. I would like to rename the ‘css’ folder to ‘styles’.
Can this be set in de quasar.conf.js file?Thanks for your help
Kind regards.