Media query boilerplate

This commit is contained in:
ConnorSkees 2020-01-29 20:01:41 -05:00
parent f774bce5be
commit c43aa18e06

View File

@ -105,6 +105,8 @@ impl AtRule {
} }
} }
fn eat_media_query<I: Iterator<Item = Token>>(toks: &mut Peekable<I>) {}
#[derive(Clone, Debug, Eq, PartialEq)] #[derive(Clone, Debug, Eq, PartialEq)]
pub enum AtRuleKind { pub enum AtRuleKind {
// SASS specific @rules // SASS specific @rules