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