style: Rename mask.mako.rs to svg.mako.rs for consistency.

Bug: 1468651
Reviewed-by: heycam
MozReview-Commit-ID: 6sqGxL8hhA0
This commit is contained in:
Emilio Cobos Álvarez 2018-06-19 13:07:00 +02:00
parent 0a95513368
commit 4571a71bfc
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 1 additions and 1 deletions

View file

@ -171,7 +171,7 @@ pub mod shorthands {
<%include file="/shorthands/inherited_text.mako.rs" />
<%include file="/shorthands/list.mako.rs" />
<%include file="/shorthands/margin.mako.rs" />
<%include file="/shorthands/mask.mako.rs" />
<%include file="/shorthands/svg.mako.rs" />
<%include file="/shorthands/outline.mako.rs" />
<%include file="/shorthands/padding.mako.rs" />
<%include file="/shorthands/position.mako.rs" />