File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
dist/four-point-nine/styles Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments