-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Error: Base-level rules cannot contain the parent-selector-referencing character '&' #10279
Comments
Interesting, this appears to be a real bug, but node-scss did not catch it (silently doing the "right thing" by outputting a top level class). Putting together a PR to fix it, we'll get out a patch release soon once we have any more items like this straightened out |
The same thing happens on line 65 and 69 of /scss/components/_accordion-menu.scss in 'zf-accordion-menu-left-right-arrows' |
@coetry good catch... @IamManchanda @brettsmason within drilldown and dropdown the arrows are included only within parent classes ( |
Yes it should be ... let me see! @kball |
Fix issue #10279 by removing mistaken '&' for top level selector
I am facing the same issue. What do I have to do to get npm to fetch the newest, fixed version? |
We're going to package up fixes for this and a couple others either later today or early tomorrow |
I try to use Foundation 6.4 (sass) with xy grid.
Error message:
Error: Base-level rules cannot contain the parent-selector-referencing character &. on line 311 of lib/foundation/scss/xy-grid/_classes.scss, in xy-vertical-grid-classes from line 449 of lib/foundation/scss/xy-grid/_classes.scss, in foundation-xy-grid-classes from line 10 of css/main.scss
System:
Windows 10
Ruby
Sass 3.4.24
The text was updated successfully, but these errors were encountered: