libraries_test_theme.css 206 B

123456789101112
  1. /**
  2. * @file
  3. * Test CSS file for Libraries loading.
  4. *
  5. * Color the 'libraries-test-module-css' div purple. See README.txt for more
  6. * information.
  7. */
  8. .libraries-test-module-css {
  9. color: turquoise;
  10. }