Version 1
[yaffs-website] / web / modules / contrib / paragraphs / tests / modules / paragraphs_test / css / color-text.css
diff --git a/web/modules/contrib/paragraphs/tests/modules/paragraphs_test/css/color-text.css b/web/modules/contrib/paragraphs/tests/modules/paragraphs_test/css/color-text.css
new file mode 100644 (file)
index 0000000..e35e602
--- /dev/null
@@ -0,0 +1,6 @@
+.blue_plugin_text {
+  color: blue;
+}
+.red_plugin_text {
+  color: red;
+}