I know it's possible to use both css and sass/scss in the same project. I've looked at a SO question where this was asked, but from what I saw there was a lot of warnings popping up when using css as styleExt in the angular_cli.json file.
- Is it recommendable to do so?
- Should I rename all .css files to sass/scss?
- What is best scss/sass, my guess is scss?
- Any recommended procedure for the change/conversion, just renaming or is it necessary?