mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Add style_traits::ToCss for AtomIdent
Differential Revision: https://phabricator.services.mozilla.com/D136290
This commit is contained in:
parent
f39ab4ffc1
commit
199f54342c
6 changed files with 20 additions and 20 deletions
|
@ -69,7 +69,7 @@ impl ToCss for NonTSPseudoClass {
|
|||
$(NonTSPseudoClass::$name => concat!(":", $css),)*
|
||||
NonTSPseudoClass::Lang(ref s) => {
|
||||
dest.write_str(":lang(")?;
|
||||
s.to_css(dest)?;
|
||||
cssparser::ToCss::to_css(s, dest)?;
|
||||
return dest.write_char(')');
|
||||
},
|
||||
NonTSPseudoClass::MozLocaleDir(ref dir) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue