style: Move border-image-repeat outside of mako.

This commit is contained in:
chansuke 2017-11-13 19:46:09 +09:00 committed by Emilio Cobos Álvarez
parent b4339ab5c8
commit 50b517d0db
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
7 changed files with 95 additions and 59 deletions

View file

@ -69,6 +69,7 @@ use style::values::computed::effects::SimpleShadow;
use style::values::computed::pointing::Cursor;
use style::values::generics::background::BackgroundSize;
use style::values::generics::image::{GradientKind, Image, PaintWorklet};
use style::values::specified::border::RepeatKeyword;
use style_traits::CSSPixel;
use style_traits::ToCss;
use style_traits::cursor::CursorKind;