Does ionic react support scss files?

I’m giving react a try with ionic and I only get ‘css’ files using ionic start command. When I use it with angular, scss files are present.

Is there a way to use scss with ionic-react?

Thanks all

i believe it is done the same way you add scss to a create-react-app project - Adding Sass to Create React App Applications ― Scotch.io

1 Like