magesuite / theme-creativeshop

Open Software License 3.0
38 stars 24 forks source link

yarn build generates emtpy file in app/design thus styles are not applied #90

Closed Lukas-G21 closed 2 years ago

Lukas-G21 commented 2 years ago

Magento 2.4.2 creativestyle/magesuite: 8.0.0 creativestyle/theme-creativeshop: v12.1.10

When running yarn build on child theme it generates empty file. E.g.: app/design/frontend/creativestyle/theme-custom/web/css/image-teaser.css is generated empty though no customizations are done to it on child theme. This might be the related to why on frontend content constructor components, product tiles grid are missing styles. Screenshot from 2021-09-08 13-56-44 Above image shows how styles are not applied to classes. Note: yarn install & yarn build passes with no errors.

marcoveeneman commented 2 years ago

I'm facing a similar issue as you described here, but with magento 2.4.3 / magesuite 9 / creativeshop 15 at the moment. How did you solve this?