example_4.css 182 B

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