1
0
mirror of https://github.com/kognise/water.css.git synced 2025-02-23 21:35:42 +01:00
css-water.css/dist/dark-legacy.css.map
2019-06-09 14:28:01 +02:00

1 line
551 B
Plaintext

{"version":3,"sources":["dark-legacy.css"],"names":[],"mappings":";;AAOA,+CAA+C;AAC/C,8EAA8E;AAR9E;;;;;EAKE","file":"dark-legacy.css","sourcesContent":["/**\n * Dark-themed version for legacy browsers:\n * Loads the compiled, standalone version of the dark theme,\n * but overrides it with the compiled, standalone version of the light theme\n * if a system-wide theme preference is set on the user's device.\n */\n\n@import url('./dark-legacy.standalone.min.css');\n@import url('./light-legacy.standalone.min.css') (prefers-color-scheme: light);\n"]}