1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-13 08:34:45 +02:00

Make documentation clearer

This commit is contained in:
Felix
2020-05-30 12:52:48 -05:00
parent b06097ee38
commit 476074e62e
2 changed files with 7 additions and 7 deletions

View File

@@ -4,6 +4,6 @@
* if a system-wide theme preference is set on the user's device.
*/
@import '../variables-dark.css';
@import '../variables-light.css' (prefers-color-scheme: light);
@import '../variables-light.css';
@import '../variables-dark.css' (prefers-color-scheme: dark);
@import '../parts/_core.css';