Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Hi, I am wondering what's the correct way to customize the css.

Should I create a css file inside assets/css/ after the build ? Or css edits should be done on the .scss files and rebuild to have the packed.

Example case, editing the primary color blue to red or something :)

You must be logged in to vote

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.

Replies: 1 comment · 1 reply

Comment options

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.

You must be logged in to vote
1 reply
@mohaidoss
Comment options

Thanks, indeed it's way more easier to edit .scss and rebuild.
Would have ended with a huge unmaintainable custom.css file otherwise :^)

Answer selected by mohaidoss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.