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(SLB-201): move CSS-sources and config into src #131

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

pmelab
Copy link
Contributor

@pmelab pmelab commented Jan 24, 2024

Description of changes

Move CSS sources and configuration into src.

Motivation and context

Otherwise Gatsby will pick postcss.config.cjs up when loading build/styles.css
and break due to missing plugins. I tried to make Gatsby not do that, but there was no way.

How has this been tested?

  • Manually
  • Unit tests
  • Integration tests

@pmelab pmelab force-pushed the SLB-201-fix-postcss-in-gatsby branch from bed9e97 to 5cc1bb1 Compare January 24, 2024 13:58
Otherwise Gatsby will pick `postcss.config.cjs` up when loading `build/styles.css`
and break due to missing plugins.
@pmelab pmelab force-pushed the SLB-201-fix-postcss-in-gatsby branch from 5cc1bb1 to c94c2dd Compare January 24, 2024 14:10
@pmelab pmelab merged commit 2c3858c into release Jan 24, 2024
4 checks passed
@pmelab pmelab deleted the SLB-201-fix-postcss-in-gatsby branch January 24, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant