Replies: 2 comments
-
same question for me, want use uikit on it. |
Beta Was this translation helpful? Give feedback.
-
Currently we are using scoped styles in our vue components, which makes this difficult. Also if you made too many changes it would become a maintenance burden as we release changes and updates. We do however use CSS variables for certain things. Those could be overridden and shouldn't create as many maintenance issues. You can find them in One complication is that the apostrophe editing styles load after the project-level styles, so our variable settings are going to "win" if you put them in an ordinary Then, because the apos build does not automatically import sass files that are not imported by a javascript module, you will need a import '../variable-overrides.scss';
export default () => {} I haven't tried this, but it should work and I would be curious to hear about your experiences with the technique. |
Beta Was this translation helpful? Give feedback.
-
Hi, I was wondering if I could receive a code example, or be pointed in the direction of where I might be able to find one in the documentation (in v3), about how to add custom styles for /login page?
I want to override some css styles for users, but I cant find information how to make it in Apostrophe3.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions