Closed kpodemski closed 4 years ago
Steps to reproduce:
install fresh copy of the classic-rocket
yarn install everything
yarn run gulp watch
modify theme.scss
theme.scss
add this code:
body { background: pink !important; }
save, wait for a compilation
refresh and see if devtools are pointing to correct .scss file, result? no, they're not pointing to the right file
it s ok now with https://github.com/PrestaShop/classic-rocket/commit/2238019e33261d9cd2469d8b9e9010d225017ab3
Steps to reproduce:
install fresh copy of the classic-rocket
yarn install everything
yarn run gulp watch
modify
theme.scss
add this code:
save, wait for a compilation
refresh and see if devtools are pointing to correct .scss file, result? no, they're not pointing to the right file