You are here

libraries_test.css in Libraries API 8.3

Test CSS file for Libraries loading.

Color the 'libraries-test-css' div purple. See README.txt for more information.

File

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