Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Sass support for styles.css #3

Closed
SilasBerger opened this issue Jan 3, 2024 · 0 comments · Fixed by #12
Closed

Fix Sass support for styles.css #3

SilasBerger opened this issue Jan 3, 2024 · 0 comments · Fixed by #12
Labels
tech Technical improvement

Comments

@SilasBerger
Copy link
Owner

Sass support works fine in all components, with the docusaurus-plugin-sass and sass dependencies, the 'docusaurus-plugin-sass' plugin entry in docusaurus.config.ts, and the "types": ["docusaurus-plugin-sass"]addition intsconfig.json`.

However, Sass does not seem to take effect on src/css/styles.scss (for instance, variables are not resolved but used as plain strings instead). The file is currently renamed back to styles.css, and the customCss: ... entry in docusaurus.config.ts adjusted accordingly.

@SilasBerger SilasBerger added the tech Technical improvement label Jan 3, 2024
@SilasBerger SilasBerger linked a pull request Jan 5, 2024 that will close this issue
@SilasBerger SilasBerger linked a pull request Jan 5, 2024 that will close this issue
SilasBerger added a commit that referenced this issue Jan 6, 2024
Add and collect components, fix #11, fix #3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech Technical improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant