Css To Scss Migration
Migration
CSS
Scss
Scss To Css Converter
CSS to SCSS migration in 1 min for existing project
Dec 12, 2023
I will help you migrate an existing complex/simple project’s stylesheets from CSS to SCSS with minimal manual effort.
Press enter or click to view image in full size![]()
Steps to Migrate from CSS to SCSS:
- Open Command Prompt in your project location(the folder where you’ve package.json file).
- Run the below command.
ng add schematics-scss-migrate3. Choose from which style format you’re migrating and to which style you want to migrate.
Press enter or click to view image in full size![]()
4. Provide your Project Name, that has to be migrated.
That’s it! All the below things will be handled automatically.
- Addition of SCSS styles schematics to Angular.json file
- Renaming all the CSS files to SCSS files
- Updating the paths/urls (styleUrls) in component levels.
Hope this helps 😀🫠
