You are here

example_2.css in Libraries API 7.3

Same filename and directory in other branches
  1. 7.2 tests/libraries/example/example_2.css

Test CSS file for Libraries loading.

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

File

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