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

Setup:static-content:deploy less compilation error #69

Closed
bery opened this issue Jun 28, 2016 · 4 comments
Closed

Setup:static-content:deploy less compilation error #69

bery opened this issue Jun 28, 2016 · 4 comments

Comments

@bery
Copy link

bery commented Jun 28, 2016

Hi,

with the newest Magento 2.1.0, static content deploy throws an error:

variable @autocomplete-item-border is undefined in file /home/httpd/www/_test-dev.test.summit.co.uk/var/view_preprocessed/css/frontend/Magento/blank/en_US/Smile_ElasticsuiteCore/css/source/_module.less in _module.less on line 30, column 34
  28|                 border-bottom: 0;
  29|             }
  30|             .lib-css(border-top, @autocomplete-item-border);
  31|             cursor: default;
  32|             margin: 0;
  33|             padding: @indent__xs @indent__xl @indent__xs @indent__s;

Fulltext search over the codebase suggests that the variable is not defined anywhere and I believe that the variable only has been renamed yet I am unable to find a fix for that.

Lukas

@afoucret
Copy link
Contributor

What branch are you using ?

Only branch 2.2.x is currently compatible with Magento 2.1.0. It is a preview of our next release coming very soon.

@afoucret
Copy link
Contributor

The commit that fixed it : 56cffc9

Let me know if using 2.2.x branch solves the issue.

@bery
Copy link
Author

bery commented Jun 28, 2016

Fix worked, many thanks!

@afoucret
Copy link
Contributor

I close this issue since using the 2.2.x branch seems to solve it.

Thx for reporting.

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

No branches or pull requests

2 participants