Best way to edit css files #440
-
|
Hi, I am wondering what's the correct way to customize the css. Should I create a css file inside Example case, editing the primary color blue to red or something :) |
Beta Was this translation helpful? Give feedback.
Answered by
futurowebpl
Jan 31, 2025
Replies: 1 comment · 1 reply
-
|
Or css edits should be done on the .scss files and rebuild to have the packed this is the correct answer, Should I create a css file inside assets/css/ after the build you can simply add custom.css, but this is not the best way (not optimal way), optimal way its edit scss. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mohaidoss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Or css edits should be done on the .scss files and rebuild to have the packed
this is the correct answer,
Should I create a css file inside assets/css/ after the build
you can simply add custom.css, but this is not the best way (not optimal way), optimal way its edit scss.