Skip to content

Commit 7ff5216

Browse files
committed
Adds deprecation warnings to old $lost variables
1 parent 41a0b81 commit 7ff5216

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/_docs/$lost-gutter-local.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ description: "Allows you to output the gutter that is declared locally within th
77
rules:
88
- rule: "$lost-gutter-local"
99
description: "Outputs the value of the gutter for that particular declaration."
10+
deprecation: "true"
11+
deprecation-instead: "lost-vars"
1012
---
1113

1214
{% highlight css %}

docs/_docs/$lost-gutter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ description: "Use the global gutter anywhere in the project to help consistency
77
rules:
88
- rule: "$lost-gutter"
99
description: "Outputs the value of the global gutter. Use this as a value anywhere in your project."
10+
deprecation: "true"
11+
deprecation-instead: "lost-vars"
1012
---
1113

1214
##### Default

0 commit comments

Comments
 (0)