1

trying to modify magento theme blank / luma i realized that code with name -> app/design/frontend/magento/theme/web/css/source/lib is not available in the application, but referred many times in other files mainly .less code.

an example is less code contained in: app\design\frontend\Magento\blank\web\css\styles-l.less

in line 30 displays:

@import 'source/lib/_responsive.less';

but no folder /lib or file _responsive.less is available.

any guidance appreciated.

asked Jan 2, 2016 at 4:15

1 Answer 1

1

You will find this in folder magento-root/lib/web/css/source/lib/_responsive.less

Thank you

answered Jan 2, 2016 at 6:03
2
  • thanks, any idea why the theme luma requested inside its code and not in LIB? Commented Jan 2, 2016 at 7:10
  • 1
    No such Idea as I have just started Magento 2. But will get back as soon as I find anything. Basically, this has been done because the structure of responsive has to be same all across all the themes. Commented Jan 2, 2016 at 12:48

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.