Skip to content

Instantly share code, notes, and snippets.

@callaginn
Created August 7, 2023 18:33
Show Gist options
  • Save callaginn/1127ae002676b0809fd8214aa20a2c53 to your computer and use it in GitHub Desktop.
Save callaginn/1127ae002676b0809fd8214aa20a2c53 to your computer and use it in GitHub Desktop.
Less to SCSS Migration

Migrate CR Border Radius

Find: @include\s*(cr-border-radius)\(([^;]+)\);
Replace: $1: $2;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment