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