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