diff --git a/docsite/index.html b/docsite/index.html index 94dc36a6..085c9f5c 100644 --- a/docsite/index.html +++ b/docsite/index.html @@ -1936,7 +1936,7 @@

1) Normalize Theme Switch

The Open Props normalize.css has light and dark built in, but it only changes with the media query / operating system. If you want users to be able to change this, you'll need Open Props switch imports. These have the same theme values from normalize, but scoped to selectors.

-

Light Selectors: .light | .light-theme | data-theme="light"

+

Light Selectors: .light | .light-theme | data-theme="light"

Dark Selectors: .dark | .dark-theme | data-theme="dark"

This allows you to apply a light or dark theme to the page or a portion of the page using the selectors imported.

diff --git a/package-lock.json b/package-lock.json index 8e376c0e..4e62853e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-props", - "version": "1.7.6", + "version": "1.7.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "open-props", - "version": "1.7.6", + "version": "1.7.10", "license": "MIT", "devDependencies": { "ava": "^3.15.0",