mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
style: Move grid-template-areas outside of mako
This commit is contained in:
parent
2eb266b314
commit
003ddfc945
7 changed files with 195 additions and 185 deletions
|
@ -246,12 +246,12 @@
|
|||
spec="https://drafts.csswg.org/css-grid/#propdef-grid-template"
|
||||
products="gecko">
|
||||
use parser::Parse;
|
||||
use properties::longhands::grid_template_areas::TemplateAreas;
|
||||
use values::{Either, None_};
|
||||
use values::generics::grid::{LineNameList, TrackSize, TrackList, TrackListType};
|
||||
use values::generics::grid::{TrackListValue, concat_serialize_idents};
|
||||
use values::specified::{GridTemplateComponent, GenericGridTemplateComponent};
|
||||
use values::specified::grid::parse_line_names;
|
||||
use values::specified::position::TemplateAreas;
|
||||
|
||||
/// Parsing for `<grid-template>` shorthand (also used by `grid` shorthand).
|
||||
pub fn parse_grid_template<'i, 't>(context: &ParserContext, input: &mut Parser<'i, 't>)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue