Add Polygon to basic_shape.rs

This commit is contained in:
Manish Goregaokar 2016-08-01 18:06:37 +05:30
parent 78ce65d5a8
commit eb82cc25ef
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
5 changed files with 165 additions and 20 deletions

View file

@ -97,8 +97,6 @@ pub fn parse_border(context: &ParserContext, input: &mut Parser)
'border-%s-radius' % (corner)
for corner in ['top-left', 'top-right', 'bottom-right', 'bottom-left']
)}">
use app_units::Au;
use values::specified::{Length, LengthOrPercentage};
use values::specified::basic_shape::BorderRadius;
let _ignored = context;