servo/components/style/values/specified
Ting-Yu Lin 0fc38f79d6 Use enum BorderWidth as SpecifiedValue
Use enum BorderWidth instead of a tuple-like struct to store the specified
value. BorderWidth is needed to be used in both longhand and shorthand
border width properties, so I put it in `specified` module.

Fixed #13869.
2016-10-26 16:24:12 +08:00
..
basic_shape.rs Add from_computed_value() function for converting computed values to specified 2016-09-23 09:44:32 +05:30
image.rs Fix radial gradient's <size>/<ending-shape> parsing 2016-10-19 13:15:28 +03:00
mod.rs Use enum BorderWidth as SpecifiedValue 2016-10-26 16:24:12 +08:00
position.rs Fix radial gradient's <size>/<ending-shape> parsing 2016-10-19 13:15:28 +03:00