bg-css
v1.0.1
Published
dark theme css background transition
Downloads
5
Maintainers
Readme
bg-css
dark theme background transition
install
npm i bg-css
usage
import 'bg-css/style.css';
Customize
modify css variables
--theme-bg-light: #fff;
--theme-bg-dark: #000;
--theme-bg-duration: 700ms;
--theme-bg-transition: ease-in-out;