mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Remove the 'property_name' macro.
Bug: 1458219 Reviewed-by: xidorn
This commit is contained in:
parent
6ecc7445fc
commit
12913d048f
1 changed files with 0 additions and 6 deletions
|
@ -56,12 +56,6 @@ use style_adjuster::StyleAdjuster;
|
|||
|
||||
pub use self::declaration_block::*;
|
||||
|
||||
#[cfg(feature = "gecko")]
|
||||
#[macro_export]
|
||||
macro_rules! property_name {
|
||||
($s: tt) => { atom!($s) }
|
||||
}
|
||||
|
||||
<%!
|
||||
from data import Method, Keyword, to_rust_ident, to_camel_case, SYSTEM_FONT_LONGHANDS
|
||||
import os.path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue