style: Move paint-order outside of mako

This commit is contained in:
CYBAI 2018-01-10 21:00:33 +08:00
parent e2c89df8ee
commit 2bc02bc78d
5 changed files with 148 additions and 148 deletions

View file

@ -11,6 +11,8 @@ use values::computed::{NonNegativeNumber, NonNegativeLengthOrPercentage, Number}
use values::computed::Opacity;
use values::generics::svg as generic;
pub use values::specified::SVGPaintOrder;
/// Computed SVG Paint value
pub type SVGPaint = generic::SVGPaint<RGBA, ComputedUrl>;
/// Computed SVG Paint Kind value