Hello,

The local-base.css file is called before the basecore CSS files.

Therefore, if I want to add custom CSS like:

p {
margin-top: 0 rem;
margin-bottom: 1.5rem;
}

My customizations are ignored because the basecore css files takes precedence.

How to do to change order ?

Thank you

Comments

selinav created an issue.