mirror of
https://github.com/kognise/water.css.git
synced 2026-01-22 04:57:04 +01:00
8 lines
212 B
CSS
Executable file
8 lines
212 B
CSS
Executable file
/**
|
|
* Standalone dark-themed version.
|
|
* Includes dark variables and core, left as CSS variables
|
|
* so the theming can be adjusted at runtime.
|
|
*/
|
|
|
|
@import '../variables-dark.css';
|
|
@import '../parts/_core.css';
|