first import
This commit is contained in:
11
sites/all/modules/libraries/tests/example/example_2.css
Normal file
11
sites/all/modules/libraries/tests/example/example_2.css
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
/**
|
||||
* @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;
|
||||
}
|
||||
Reference in New Issue
Block a user