diff --git a/components/style/properties.html.mako b/components/style/properties.html.mako index 4785415a0f4..d06524d3e13 100644 --- a/components/style/properties.html.mako +++ b/components/style/properties.html.mako @@ -20,48 +20,21 @@

CSS properties currently supported in Servo

- Loading + + + + + + + % for prop in properties: + + + + + + % endfor +
PropertyFlagShorthand
${prop}${properties[prop]['flag']}${properties[prop]['shorthand']}
- - -