color-text.css

.blue_plugin_text {
  color: blue;
}
.red_plugin_text {
  color: red;
}

File

paragraphs/tests/modules/paragraphs_test/css/color-text.css
View source
  1. .blue_plugin_text {
  2. color: blue;
  3. }
  4. .red_plugin_text {
  5. color: red;
  6. }