SnowdogApps / magento2-theme-blank-sass

SASS based version of Magento 2 Blank theme
MIT License
383 stars 150 forks source link

Fix broken references to images and fonts #231

Closed mischabraam closed 4 years ago

mischabraam commented 4 years ago

When using only theme-blank-sass and compile it with npm run dev'ish command, the theme breaks referencing to non-existing images and referencing to images/fonts existing in another path. This PR fixes those broken references so a clean install of magento and an out-of-the-box composer require of theme-blank-sass works.

Igloczek commented 4 years ago

The output of the compiled styles should be web/css directory, so there is no need to add web to every path.