font-awesome: Drop support for legacy font awesome icons.

We drop support for usage of `icon-vector` as base class when
including icons from font awesome icons package.
Now on, only icons as specified in font awesome v4.7.0 can be used
in the code base.
This commit is contained in:
Aditya Bansal
2018-10-15 19:56:55 +05:30
parent 7eeed1413c
commit 75ae94e459
5 changed files with 5 additions and 1460 deletions

View File

@@ -570,7 +570,6 @@ def build_custom_checkers(by_lang):
'bad_lines': ['background: url(https://example.com/image.png);']},
{'pattern': '^[ ][ ][a-zA-Z0-9]',
'description': "Incorrect 2-space indentation in CSS",
'exclude': set(['static/third/fontawesome-legacy.css']),
'strip': '\n',
'good_lines': [" color: white;", "color: white;"],
'bad_lines': [" color: white;"]},