mirror of
https://github.com/kognise/water.css.git
synced 2026-01-23 05:27:05 +01:00
8 lines
258 B
CSS
Executable file
8 lines
258 B
CSS
Executable file
/**
|
|
* Standalone light-themed version for legacy browsers.
|
|
* Includes light variables and core, compiled at build time so the final output
|
|
* will only include regular CSS, no variables.
|
|
*/
|
|
|
|
@import '../variables-light.css';
|
|
@import '../parts/_core.css';
|