Skip to content

Commit 7abf405

Browse files
committed
Run build
1 parent 94f2371 commit 7abf405

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.stylelintrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ rules:
1212
# Specify percentage or number notation for alpha-values.
1313
alpha-value-notation: number
1414

15-
# Specify a blacklist of disallowed at-rules.
16-
at-rule-blacklist:
15+
# Specify a list of disallowed at-rules.
16+
at-rule-disallowed-list:
1717
- debug
1818

1919
# Require or disallow an empty line before at-rules.

dist/four-point-nine/styles/default.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ nav ol::after,
6767
html {
6868
/* 1 */
6969
-webkit-text-size-adjust: 100%;
70-
-ms-text-size-adjust: 100%;
7170
text-size-adjust: 100%;
7271
}
7372

@@ -1250,12 +1249,6 @@ textarea:-moz-ui-invalid {
12501249
/* 1 */
12511250
font: inherit;
12521251
}
1253-
::-ms-input-placeholder {
1254-
opacity: 1;
1255-
color: #999999;
1256-
/* 1 */
1257-
font: inherit;
1258-
}
12591252
::placeholder {
12601253
opacity: 1;
12611254
color: #999999;

0 commit comments

Comments
 (0)