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

Minor LESS Variable Issue #2306

Closed
DeviateDefiant opened this issue Nov 9, 2015 · 4 comments
Closed

Minor LESS Variable Issue #2306

DeviateDefiant opened this issue Nov 9, 2015 · 4 comments
Assignees

Comments

@DeviateDefiant
Copy link

Deploying static content:

Compilation from source:
frontend/Magento/luma/en_US/css/print.less
variable @modal-slide-header__padding-vertical is undefined in file /var/view_preprocessed/css/frontend/Magento/luma/en_US/css/source/_theme.less in _theme.less on line 254, column 37
252| //  Modal popup
253| @modal-action-close__font-size: @font-size__base;
254| @modal-slide-action-close__padding: @modal-slide-header__padding-vertical @modal-popup__padding;
255|
256| //  Checkout tooltip icon
257| @checkout-tooltip-icon__font-size: 21px;>

Removing the variable it'll compile fine.

@zanilee
Copy link
Contributor

zanilee commented Nov 9, 2015

Related issue #2273

@dmitrii-fediuk
Copy link

My fix for a similar problem with the frontend product gallery: https://mage2.pro/t/188

@dmitrii-fediuk
Copy link

My universal fix for all the «variable @modal-slide-header__padding-vertical is undefined» problems: https://mage2.pro/t/193

@MomotenkoNatalia
Copy link
Contributor

@DeviateDefiant Internal ticket MAGETWO-45071 is closed and delivered to mainline. Please, let us know if you still have an issue.

magento-engcom-team pushed a commit that referenced this issue Mar 29, 2018
…ory-2

[EngCom] Various fixes in Magento 2 core to support MSI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants