Hi everyone,
I am using Magento 2 and I wanted to use Sass, so I downloaded a theme 'Snowdog/blank', which I want to change. So I added my own theme, parent theme is Snowdog/blank. But when I used this theme, I got errors like this:
"Error: File to import not found or unreadable: ../../Magento_Braintree/css/source/module. on line 42 of ../pub/static/frontend/MyTheme/blank/en_US/css/styles.scss
Does anyone know how to use custom theme with sass based parent theme?
Thank you