Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated options #2433

Merged
merged 1 commit into from Mar 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -1,7 +1,7 @@
{
"rules": {
"at-rule-empty-line-before": ["always", {
"except": ["blockless-group", "all-nested"]
"except": ["blockless-after-blockless", "inside-block"]
}]
}
}
8 changes: 0 additions & 8 deletions lib/rules/at-rule-empty-line-before/README.md
Expand Up @@ -99,8 +99,6 @@ a {

#### `"inside-block"`

***Note: This option was previously called `all-nested`.***

Reverse the primary option for at-rules that are nested.

For example, with `"always"`:
Expand Down Expand Up @@ -174,8 +172,6 @@ a {

#### `"blockless-after-blockless"`

***Note: This option was previously called `blockless-group`.***

Reverse the primary option for at-rules within a blockless group.

Shared-line comments do not affect this option.
Expand Down Expand Up @@ -273,8 +269,6 @@ The following patterns are *not* considered warnings:

#### `"inside-block"`

***Note: This option was previously called `all-nested`.***

Ignore at-rules that are inside a declaration block.

For example, with `"always"`:
Expand Down Expand Up @@ -336,8 +330,6 @@ a {

#### `"blockless-after-blockless"`

***Note: This option was previously called `blockless-group`.***

Ignore blockless at-rules that follow another blockless at-rule.

For example, with `"always"`:
Expand Down

This file was deleted.

This file was deleted.