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
When a new class is added to a CSS file referenced via <link> the @modular-css/svelte plugin should properly pick that up and replace it in markup.
<link>
@modular-css/svelte
New classes aren't found until the watcher is restarted.
{css.<class>}
@modular-css/rollup
@modular-css/rollup-rewriter
@modular-css/shortnames
rollup
npm --version
node --version
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behavior
When a new class is added to a CSS file referenced via
<link>
the@modular-css/svelte
plugin should properly pick that up and replace it in markup.Current Behavior
New classes aren't found until the watcher is restarted.
Possible Solution
Steps to Reproduce (for bugs)
<link>
{css.<class>}
wasn't replaced at build timeContext
Your Environment
@modular-css/rollup
@modular-css/rollup-rewriter
@modular-css/shortnames
@modular-css/svelte
rollup
npm --version
node --version
The text was updated successfully, but these errors were encountered: