disable eslint and stylelint for compiled min files

This commit is contained in:
Jane Adelmann 2019-01-30 16:06:52 +02:00
parent 7e31e7b49f
commit d0a21caea2
No known key found for this signature in database
GPG Key ID: 4CCF39DF30B8AF72
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,4 @@
/* stylelint-disable */
@import url(https://fonts.googleapis.com/css?family=Roboto);@charset "UTF-8";
* {
box-sizing: border-box; }
@ -1213,3 +1214,4 @@ html body .RootLayout .CheckBox-report:checked {
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
.Report {
margin: 0; } }
/* stylelint-enable */