Skip to content
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

Warning about && usage instead of and #723

Closed
jbalsas opened this issue Mar 13, 2018 · 0 comments
Closed

Warning about && usage instead of and #723

jbalsas opened this issue Mar 13, 2018 · 0 comments
Labels
status: next-release Issues that will enter into the next release

Comments

@jbalsas
Copy link
Contributor

jbalsas commented Mar 13, 2018

I'm seeing the following WARNING while compiling clay:

WARNING on line 57, column 26 of /Users/jose.balsas/dev/jbalsas/theme-2-theme/build/_css/clay/mixins/_grid.scss:
In Sass, "&&" means two copies of the parent selector. You probably want to use "and" instead.

WARNING on line 100, column 43 of /Users/jose.balsas/dev/jbalsas/theme-2-theme/build/_css/clay/components/_tables.scss:
In Sass, "&&" means two copies of the parent selector. You probably want to use "and" instead.

/cc @pat270, @marcoscv-work

@jbalsas jbalsas changed the title Warning about && usage Warning about && usage instead of and Mar 13, 2018
pat270 added a commit to pat270/clay that referenced this issue Mar 13, 2018
jbalsas added a commit that referenced this issue Mar 13, 2018
(#723) Fixes errors related to node-sass 4.8.1 update
@jbalsas jbalsas added the status: next-release Issues that will enter into the next release label Mar 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: next-release Issues that will enter into the next release
Projects
None yet
Development

No branches or pull requests

1 participant