Skip to content

Fixes less#3675 - LESS detects @apply as variable (ISSUE) #3798

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes #3675 - LESS detects @apply as variable (ISSUE)
  • Loading branch information
opike committed May 12, 2023
commit 7cf515abac3fdac9f3be8adfad62734b01ccc60a
8 changes: 0 additions & 8 deletions packages/less/test/browser/generator/runner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,6 @@ module.exports = {
outfile: 'tmp/browser/test-runner-global-vars.html'
}
},
atrulePassthrough: {
src: ['test/browser/less/atrule-passthrough/*.less'],
options: {
helpers: 'test/browser/runner-atrule-passthrough-options.js',
specs: 'test/browser/runner-atrule-passthrough-spec.js',
outfile: 'tmp/browser/test-runner-atrule-passthrough.html'
}
},
postProcessorPlugin: {
src: [`${lessFolder}/postProcessorPlugin/*.less`],
options: {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-data/less/_main/atrule-passthrough.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.test {
--iron-autogrow-textarea: {
--iron-autogrow-textarea: {
@apply --app-font-monospace;
}
}