<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**
 * @file
 * Test CSS file for Libraries loading.
 *
 * Color the 'libraries-test-module-css' div purple. See README.txt for more
 * information.
 */

.libraries-test-module-css {
  color: turquoise;
}
</pre></body></html>