Skip to content

jonathantneal/css-media-interface-style-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-media-color-scheme

test-media-color-scheme lets you test @media (color-scheme):

:root {
  --link: #0000d6;
  --background-color: #fff;
  --color: #000;
}

@media (color-scheme: dark) {
  :root {
    --link: #00c0ff;
    --background-color: #000;
    --color: #fff;
  }
}

Testing

git clone git@github.com:jonathantneal/test-media-color-scheme.git
cd test-media-color-scheme
npm install
npm start

About

Test media at-rule with color-scheme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages