Skip to content

Commit

Permalink
Add a link to the Sass website's page on the division migration
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Jun 5, 2019
1 parent 089b4fc commit 2226e41
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/src/migrators/division.dart
Expand Up @@ -21,8 +21,10 @@ import 'package:sass_migrator/src/utils.dart';
/// `divide` function instead.
class DivisionMigrator extends Migrator {
final name = "division";
final description =
"Migrates from the / division operator to the divide function";
final description = """
Migrates from the / division operator to the divide() function
More info: https://sass-lang.com/d/slash-div""";

@override
final argParser = ArgParser()
Expand Down

0 comments on commit 2226e41

Please sign in to comment.