-
Notifications
You must be signed in to change notification settings - Fork 31
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
less issue #1
Comments
you could import _responsive.less exists in lib and lib/variable & when (@media-common = true) { => & when (true) |
On Running this command : F:\xampp\htdocs\mag>php bin/magento s:s:d -f** Got Error :- Compilation from source: F:/xampp/htdocs/mag/vendor/magento/theme-frontend-blank/web/css/email-inline.less Please Provide How to correct it line by line Deploy using quick strategy |
hello
`
Deploy using quick strategy
frontend/Magento/blank/en_US 2365/2365 ============================ 100% 6 secs
adminhtml/Magento/backend/en_US 2482/2482 ============================ 100% 6 secs
frontend/Magento/luma/en_US 2382/2382 ============================ 100% 5 secs
frontend/PatrickPeng/studio/en_US 88/2390 =>-------------------------- 3% 2 secs
Compilation from source: /var/www/magento2/lib/web/mage/gallery/gallery.less
variable @media-common is undefined in file /var/www/magento2/var/view_preprocessed/pub/static/frontend/PatrickPeng/studio/en_US/css/source/_theme.less in _theme.less on line 128, column 9
126| // _____________________________________________
127|
128| & when (@media-common = true) {
frontend/Magento/blank/en_US 2365/2365 ============================ 100% 6 secs
adminhtml/Magento/backend/en_US 2482/2482 ============================ 100% 6 secs
frontend/Magento/luma/en_US 2382/2382 ============================ 100% 5 secs
frontend/PatrickPeng/studio/en_US 2110/2390 ========================>--- 88% 7 secs
Compilation from source: /var/www/magento2/vendor/magento/theme-frontend-blank/web/css/print.less
variable @media-common is undefined in file /var/www/magento2/var/view_preprocessed/pub/static/frontend/PatrickPeng/studio/en_US/css/source/_theme.less in _theme.less on line 128, column 9
126| // _____________________________________________
127|
128| & when (@media-common = true) {
129|
130| .button-container {
131| //margin-bottom: 20px;
Compilation from source: /var/www/magento2/vendor/magento/theme-frontend-blank/web/css/email-inline.less
variable @media-common is undefined in file /var/www/magento2/var/view_preprocessed/pub/static/frontend/PatrickPeng/studio/en_US/css/source/_theme.less in _theme.less on line 128, column 9
126| // _____________________________________________
127|
128| & when (@media-common = true) {
frontend/Magento/blank/en_US 2365/2365 ============================ 100% 6 secs
adminhtml/Magento/backend/en_US 2482/2482 ============================ 100% 6 secs
frontend/Magento/luma/en_US 2382/2382 ============================ 100% 5 secs
frontend/PatrickPeng/studio/en_US 2390/2390 ============================ 100% 7 secs
`
how to fix ?
The text was updated successfully, but these errors were encountered: