We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there-
I'm having a problem with a Restyled Job
What I expected to happen: Run without errors
What happened instead: Failed unexpectedly
# .restyled.yaml as it was in the commit for the Job restylers: - name: prettier arguments: ['--config=./.prettierrc', '--ignore-path=./.prettierignore'] include: - '**/*.css' - '**/*.js' - '**/*.json' - '**/*.jsx' - '**/*.md' - '**/*.mdx' - '**/*.ts' - '**/*.tsx' - '**/*.yaml' - '**/*.yml'
The text was updated successfully, but these errors were encountered:
Hi there, sorry about that! I can see the build errored with,
Cannot find module '@dvcorg/gatsby-theme-iterative/tailwind.config'
You can find more information on this error here.
Sorry, something went wrong.
No branches or pull requests
Hi there-
I'm having a problem with a Restyled Job
What I expected to happen:
Run without errors
What happened instead:
Failed unexpectedly
The text was updated successfully, but these errors were encountered: