Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 0408419

Browse files
stoniotysongach
authored andcommitted
Update strip-units deprecation warning message
1 parent b4e0c51 commit 0408419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/functions/_strip-units.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@function strip-units($value) {
1616
@if $output-bourbon-deprecation-warnings == true {
1717
@warn "[Bourbon] [Deprecation] `strip-units` is deprecated and will be " +
18-
"removed in 5.0.0. Use the renamed `strip-unit` function instead.";
18+
"removed in 5.0.0 and replaced by the `strip-unit` function.";
1919
}
2020

2121
@return ($value / ($value * 0 + 1));

0 commit comments

Comments
 (0)