mirror of
https://github.com/kognise/water.css.git
synced 2025-02-23 21:35:42 +01:00
1 line
564 B
Plaintext
1 line
564 B
Plaintext
{"version":3,"sources":["light-legacy.css"],"names":[],"mappings":";;AAOA,gDAAgD;AAChD,4EAA4E;AAR5E;;;;;EAKE","file":"light-legacy.css","sourcesContent":["/**\n * Light-themed version for legacy browsers:\n * Loads the compiled, standalone version of the light theme at runtime,\n * but overrides it with the compiled, standalone version of the dark theme\n * if a system-wide theme preference is set on the user's device.\n */\n\n@import url('./light-legacy.standalone.min.css');\n@import url('./dark-legacy.standalone.min.css') (prefers-color-scheme: dark);\n"]} |