aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/interpolation-in-property-name.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/automatic/css/interpolation-in-property-name.css')
-rw-r--r--theme-compiler/tests/resources/automatic/css/interpolation-in-property-name.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/css/interpolation-in-property-name.css b/theme-compiler/tests/resources/automatic/css/interpolation-in-property-name.css
new file mode 100644
index 0000000000..61f0abbe7f
--- /dev/null
+++ b/theme-compiler/tests/resources/automatic/css/interpolation-in-property-name.css
@@ -0,0 +1,6 @@
+.rounded-top {
+ border-top-radius: 10px;
+ -moz-border-radius-top: 10px;
+ top-radius: 10px;
+ no-interpolation: no-interpolation;
+} \ No newline at end of file