mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
tools/css: Require semicolons after CSS declarations.
This commit is contained in:
@@ -367,8 +367,7 @@ class CssDeclaration(object):
|
||||
res += self.css_property
|
||||
res += ':'
|
||||
res += self.css_value.text()
|
||||
if self.semicolon:
|
||||
res += ';'
|
||||
res += ';'
|
||||
res += self.post_fluff
|
||||
return res
|
||||
|
||||
|
||||
Reference in New Issue
Block a user