Further modules included.
[yaffs-website] / web / modules / contrib / libraries / tests / example / example_2.css
diff --git a/web/modules/contrib/libraries/tests/example/example_2.css b/web/modules/contrib/libraries/tests/example/example_2.css
new file mode 100644 (file)
index 0000000..c8f9289
--- /dev/null
@@ -0,0 +1,11 @@
+
+/**
+ * @file
+ * Test CSS file for Libraries loading.
+ *
+ * Color the 'libraries-test-css' div green. See README.txt for more information.
+ */
+
+.libraries-test-css {
+  color: green;
+}