magento2: .lib-layout-width mixin not available?
It seems .lib-layout-width() can not be used (anymore) but I still see some definitions of it in core themes.
Is it safe to remove it from the core code?
Preconditions
- Magento CE 2.2.4
Steps to reproduce
- try to use .lib-layout-width() in a less file
Expected result
- mixin should work
Actual result
- mixin does not exist / work
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 15 (12 by maintainers)
following what @sidolov commented on my pull request, i’m closing this issue because: “I have reviewed PR once again and I’m not sure that we can safely remove mixins from the lib. Someone in his own theme implementation was able to use removed mixins and the theme will be broken after such changes. Probably we should leave such styles even they are not used in Magento itself. Also, we have a section in our Backward Compatible Development Guide connected to the css/less files.”