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.cssView source
-
- /**
- * @file
- * Test CSS file for Libraries loading.
- *
- * Color the 'libraries-test-css' div green. See README.txt for more information.
- */
-
- .libraries-test-css {
- color: green;
- }