Problem with sass building
-
Hello everybody! I have an issue when building sass of quasar.
First of all: i forked quasar app from repository for use on my laravel app, i dont need spa, umd or any others cool things, i just want to use quasar components and customize them like i want to.
All working fine, components can be successfully imported and rendered, but without styles because i cant build them.There is the problem
-
nevermind, found the problem in order of importing style files: bootstrap have same $sizes variable;
second step was: quasar need to be imported AFTER bootstrap;
and final step: there was a conflict with cols styles/variables idk, not found how to fix that normally so i just commented part of flex.sass with cols and everything works fine now