diff options
Diffstat (limited to 'servo/components/style/stylesheets/property_rule.rs')
-rw-r--r-- | servo/components/style/stylesheets/property_rule.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/servo/components/style/stylesheets/property_rule.rs b/servo/components/style/stylesheets/property_rule.rs new file mode 100644 index 0000000000..1d1c1c982e --- /dev/null +++ b/servo/components/style/stylesheets/property_rule.rs @@ -0,0 +1,5 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ + +pub use crate::properties_and_values::rule::PropertyRuleData as PropertyRule; |