aboutsummaryrefslogtreecommitdiff
path: root/node_modules/convert-source-map/test/fixtures/map-file-comment.css
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/convert-source-map/test/fixtures/map-file-comment.css')
-rw-r--r--node_modules/convert-source-map/test/fixtures/map-file-comment.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/node_modules/convert-source-map/test/fixtures/map-file-comment.css b/node_modules/convert-source-map/test/fixtures/map-file-comment.css
new file mode 100644
index 000000000..8b282680a
--- /dev/null
+++ b/node_modules/convert-source-map/test/fixtures/map-file-comment.css
@@ -0,0 +1,14 @@
+.header {
+ background: #444;
+ border: solid;
+ padding: 10px;
+ border-radius: 10px 5px 10px 5px;
+ color: #b4b472; }
+
+#main li {
+ color: green;
+ margin: 10px;
+ padding: 10px;
+ font-size: 18px; }
+
+/*# sourceMappingURL=map-file-comment.css.map */