Merge pull request #4727 from hanakin/ticket/15116

[ticket/15116] Fix admin errors
This commit is contained in:
Marc Alexander 2017-03-26 22:39:45 +02:00
commit 835d8f429d
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 911 additions and 710 deletions

File diff suppressed because it is too large Load diff

View file

@ -34,5 +34,5 @@ then
set -x
stylelint "phpBB/styles/prosilver/theme/*.css"
# Disable admin stylelint for now
# stylelint "phpBB/adm/style/*.css"
stylelint "phpBB/adm/style/*.css"
fi