-
Notifications
You must be signed in to change notification settings - Fork 130
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
SCSS Compile failure #21
Comments
Hello @PatONeil, I've removed the &'s from a previous commit in the navbar.scss file. Please pull the latest version and let me know if it works now. |
I removed them myself and it seems to work fine.
However, the _button.scss file has the same problem. After fixing button, everything compiled successfully.
…________________________________
From: Zoltán Szőgyényi ***@***.***>
Sent: Tuesday, August 17, 2021 2:45:38 AM
To: themesberg/neumorphism-ui-bootstrap ***@***.***>
Cc: PatONeil ***@***.***>; Mention ***@***.***>
Subject: Re: [themesberg/neumorphism-ui-bootstrap] SCSS Compile failure (#21)
Hello @PatONeil<https://github.com/PatONeil>,
I've removed the &'s from a previous commit in the navbar.scss file. Please pull the latest version and let me know if it works now.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#21 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABPYVEE5VNDAB6TF6TNTVCDT5IARFANCNFSM5CI43E7Q>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the latest version of neumorphism-ui and Ruby Sass 3.7.4 compiler, I get the following error:
error: Base-level rules cannot contain the parent-selector-referencing character '&'.
on line 155 of neumorphism/layout/_navbar.scss
from line 1 of neumorphism/_layout.scss
from line 42 of neumorphism.scss
Not sure how to proceed...
The text was updated successfully, but these errors were encountered: