summaryrefslogtreecommitdiffstats
path: root/sample_files/css_1.css
diff options
context:
space:
mode:
Diffstat (limited to 'sample_files/css_1.css')
-rw-r--r--sample_files/css_1.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/sample_files/css_1.css b/sample_files/css_1.css
new file mode 100644
index 000000000..5e4e0298f
--- /dev/null
+++ b/sample_files/css_1.css
@@ -0,0 +1,18 @@
+/* hello
+world */
+.foo1 {
+ margin: 0 0 20px 0;
+}
+
+.bar {
+ margin: 0;
+}
+
+.baz {
+ color: yellow;
+ font-family: "Before";
+}
+
+.another {
+ margin-left: 0.5em;
+}