You are here

example_2.css in Libraries API 8.3

Test CSS file for Libraries loading.

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

File

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