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

Remove quotes from @extends #4

Closed

Conversation

jlsuttles
Copy link

These quotes were causing a compile error.

remote: File: /tmp/build_12ac1dd2069443f0bc0592c06b2b24c2/tmp/sass_compiler-input_base_path-6QFAGVDn.tmp/0/typography.scss (24)
remote: ".deluge-font-display4" failed to @extend "".deluge-font-common-base"".
remote: The selector "".deluge-font-common-base"" was not found.
remote: Use "@extend ".deluge-font-common-base" !optional" if the extend should be able to fail.
remote: Error: ".deluge-font-display4" failed to @extend "".deluge-font-common-base"".
remote: The selector "".deluge-font-common-base"" was not found.
remote: Use "@extend ".deluge-font-common-base" !optional" if the extend should be able to fail.
remote:     at options.error (/app/tmp/cache/node_modules/deluge/node_modules/ember-cli-sass/node_modules/broccoli-sass-source-maps/node_modules/node-sass/lib/index.js:272:32)

@jlsuttles jlsuttles closed this Aug 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant