Tells you what gets triggered by mutating a given CSS property.
- Clone the project.
- Run
npm install
in css-triggers. - Run
gulp
in css-triggers to make a build. - Run
node server.js
- Go to localhost:8070
Apache 2.0. See /LICENSE
Please note: this is not a Google product
Notes from Lmame:
- Install nodeJs 10, if you have nvm:
- nvm install 10.24.1
- Change dependency in package.json from:
"gulp-sass": "^2.1.0",
- To:
"gulp-sass": "3.2.1",