foundation-sites: Base-level rules cannot contain the parent-selector-referencing character '&'.
Just upgraded my rails project to use Foundation 6.4. It was a new project I hadn’t modified any code so replacing the settings.scss was easy and I was previously only selecting what components I wanted to load in.
I thought it would be seamless but I’m getting this :
Base-level rules cannot contain the parent-selector-referencing character '&'.
It’s showing me this error for @include foundation-button-group;
I have foundation-sites installed via yarn, but I’m compiling the scss through rails asset pipeline.
Any help please, I’m dead in the water here.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15 (11 by maintainers)
Commits related to this issue
- Move typescale utility from prototype to typography Still keeping it disabled by default Fix #10301 — committed to foundation/foundation-sites by IamManchanda 7 years ago
Working great! On Fri, Jun 30, 2017 at 4:39 PM Kevin Ball notifications@github.com wrote:
Hey guys, more info on my bug.
For some testing I removed button group and then the error moved to the following included component.
So for some reason it’s just showing me the error starting at button group. But I can’t be sure that’s where it’s originating.
It’s real weird.
On Fri, Jun 30, 2017 at 10:54 AM Kevin Ball notifications@github.com wrote: