style: Move grid-auto-flow outside of mako

This commit is contained in:
CYBAI 2017-11-26 20:45:56 +08:00
parent b8b5c5371f
commit 09321bfb68
6 changed files with 134 additions and 128 deletions

View file

@ -11,6 +11,7 @@ use std::fmt;
use style_traits::ToCss;
use values::computed::{LengthOrPercentage, Percentage};
use values::generics::position::Position as GenericPosition;
pub use values::specified::position::GridAutoFlow;
/// The computed value of a CSS `<position>`
pub type Position = GenericPosition<HorizontalPosition, VerticalPosition>;