I have followed several guides but nothing works correctly. I have an overrides.css file that I would like to import as part of styles.css, but not sure where to configure this.
I have on my source a static/css/overrides.css file, and I tried to add
[params]
customCSS = ["css/overrides.css"]
to to themes/ghostwriter/theme.toml , but no success.
It's also ok to include the CSS after styles.css as a separate source.
I have followed several guides but nothing works correctly. I have an overrides.css file that I would like to import as part of styles.css, but not sure where to configure this.
I have on my source a
static/css/overrides.cssfile, and I tried to addto to
themes/ghostwriter/theme.toml, but no success.It's also ok to include the CSS after styles.css as a separate source.