servo/components/style/values
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
..
computed Factor out a UrlOrNone value type and make -moz-binding use it. 2016-10-16 11:32:57 +08:00
specified Use enum BorderWidth as SpecifiedValue 2016-10-26 16:24:12 +08:00
mod.rs style: Split values.rs into specified/computed module files 2016-07-29 18:43:42 +05:30