SASS Issue in Create React App
I have a react template made with create react app. It has bootstrap and SASS setup in it. I want to change the $primary color. Changing color in .css files does not work. I know that changing anything in SCSS file needs to compile it. I have tried to compile it but it gives a lot of errors related to scss functions deprecations.
What should I do?
1 Reply
I dont know why but it is taking styles from .scss files, not .css files