Skip to content

Commit

Permalink
Fix demo to match article
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Aug 12, 2019
1 parent e6fee8e commit ccd78d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion demo/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
* limitations under the License.
*/
:root {
color-scheme: dark light;
color-scheme: dark light; /* stylelint-disable-line property-no-unknown */

--heading-color: red;
--duration: 0.5s;
--timing: ease;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dark-mode-toggle",
"version": "0.2.3",
"version": "0.2.4",
"description": "Web Component that toggles dark mode 🌒",
"main": "./src/dark-mode-toggle.mjs",
"browser": "src/dark-mode-toggle.mjs",
Expand Down

0 comments on commit ccd78d0

Please sign in to comment.