style: Move outline-style outside of mako

This commit is contained in:
CYBAI 2017-12-12 01:46:20 +08:00
parent 0fa605d243
commit b9b91b33be
8 changed files with 87 additions and 56 deletions

View file

@ -0,0 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
//! Computed values for outline properties
pub use values::specified::OutlineStyle;