Skip to content

Tags: webcomm/magento-boilerplate

Tags

3.0.31

Toggle 3.0.31's commit message
Fix an issue with double ampersands breaking modern SASS compilation.

3.0.29

Toggle 3.0.29's commit message
Add proper support for multiple themes and theme inheritence.

3.0.28

Toggle 3.0.28's commit message
Use autoprefixer defaults.

3.0.27

Toggle 3.0.27's commit message
Make sure Magento Boilerplate itself is always included.

3.0.26

Toggle 3.0.26's commit message
This is not a pretty commit, but it works. Attempting to make compati…

…ble with multiple versions of nodeJS

3.0.25

Toggle 3.0.25's commit message
Move conditional building of components to mixins rather than nested @…

…import statements.

Nested @import statements are not actually valid SASS, but there's a bug that's been present in (presumably) node-sass that has lately been patched, thus enforcing this. As a result, a refactor on how assets are imported was needed.

3.0.24

Toggle 3.0.24's commit message
Add compatibility with the latest versions of NodeJS.

3.0.23

Toggle 3.0.23's commit message
Tweaks to custom product options and price notices.

3.0.22

Toggle 3.0.22's commit message
Fix compatibility with Foundation 5.5.3.

3.0.21

Toggle 3.0.21's commit message
Remove customised script loading.

The "pagespeed" module, if installed, handles this better.