diff --git a/components/style/properties/properties.mako.rs b/components/style/properties/properties.mako.rs index bcc7a6e34178..49fa22055dfa 100644 --- a/components/style/properties/properties.mako.rs +++ b/components/style/properties/properties.mako.rs @@ -44,7 +44,7 @@ pub use self::declaration_block::*; import os.path %> -#[path="${os.path.join(os.path.dirname(__file__), 'declaration_block.rs')}"] +#[path="${repr(os.path.join(os.path.dirname(__file__), 'declaration_block.rs'))[1:-1]}"] pub mod declaration_block; pub mod longhands {