13 lines
189 B
CSS
13 lines
189 B
CSS
|
|
/**
|
|
* @file
|
|
* Test CSS file for Libraries loading.
|
|
*
|
|
* Color the 'libraries-test-css' div purple. See README.txt for more
|
|
* information.
|
|
*/
|
|
|
|
.libraries-test-css {
|
|
color: purple;
|
|
}
|