Further modules included.
[yaffs-website] / web / modules / contrib / libraries / tests / example / example_1.css
1
2 /**
3  * @file
4  * Test CSS file for Libraries loading.
5  *
6  * Color the 'libraries-test-css' div red. See README.txt for more information.
7  */
8
9 .libraries-test-css {
10   color: red;
11 }