My Angular CLI-built application is using Angular version 11 and contains directives that rely on specific css classes. Instead of having individual scss files for each directive, I would prefer to include the required scss classes in the styles.css file located in the root of the application. Unfortunately, I am unable to do so because the styles.css file is written in css, not scss. Is there a method available to convert this file to scss format?