sass - CSS is loading from SCSS instead of CSS -
i have integrated sass in magento project gulp. whenever fired command gulp watch, working perfected , app.css
generated. when access page, while css style loading app.css
after css applied .scss
files. not able find solution this.
fyi - above scenario occurring when disable option enable soucemap. when enable option sourcemap, css applying .scss
files.
whenever interpreted sass, must have pre-compile make changes, in compilation process scss files copied css files , load css fortunately magento auto task you.
have followed guide lines here http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/css-topics/gulp-sass.html
wiki
Comments
Post a Comment