-
Notifications
You must be signed in to change notification settings - Fork 479
Closed
Description
Regression of #401? Still seeing it over at Bootstrap:
bootstrap (master) $ npm list | grep css
├─┬ [email protected]
│ └─┬ [email protected]
bootstrap (master) $ grunt csslint
Running "csslint:src" (csslint) task
Linting dist/css/bootstrap.css ...ERROR
[...]
[L7278:C1]
>> Unknown @ rule: @-ms-viewport. This rule looks for recoverable syntax errors. (errors)
[...]
Warning: Task "csslint:src" failed. Use --force to continue.
Aborted due to warnings.