Personally I bought the theme of an admin at themeforest it uses scss
and I'm having a difficult time organizing the files to be able to compile here as is several themes there are many files. I have already separated the folder I need and added the hierarchy of my project, but I am having a problem with the paths, so I saw that there is a file inside my folder scss
called prepros-6.config
so I saw it is a .json
file ( "at least I think it is") follows the image:
From what I saw he has the paths that need to be changed in my css
because it's hard to find one by one I believe that this file has to be compiled somehow so he can change the code paths for example:
from ../../../assets/node_modules/bootstrap/scss/bootstrap.scss
to
assets/node_modules/bootstrap/scss/bootstrap.scss
Someone has an idea how to use this file read here in the documentation but it is very crude information and does not explain 100% of what you have in the theme