breezefront / theme-frontend-breeze-blank

Breeze Blank Theme
10 stars 3 forks source link

How can we incorporate Maganto Native Utilities? #7

Open IbrahimS2 opened 2 weeks ago

IbrahimS2 commented 2 weeks ago

Various modules use Magento Utilities, how can we incorporate it to help with the third-party integration?

https://github.com/magento/magento2/blob/ef81f5a2f8271ea529606fcb56898eed286d46b5/lib/web/css/source/lib/_utilities.less

vovayatsyuk commented 2 weeks ago

Which of utils are you using?

vovayatsyuk commented 2 weeks ago

Here is how we added some of them: https://github.com/breezefront/theme-frontend-breeze-blank/blob/master/web/css/vendor/_luma.less

IbrahimS2 commented 2 weeks ago

@vovayatsyuk Why not have the entire folder that we can use as reference when needed, https://github.com/magento/magento2/tree/ef81f5a2f8271ea529606fcb56898eed286d46b5/lib/web/css/source/lib

vovayatsyuk commented 2 weeks ago

Because it's a time and support when something goes wrong. We are not interested in adding everything from luma into breeze-blank.

You can add the utilities you need into your integration.