Skip to content

A reference for the render impact of mutating CSS properties.

License

Notifications You must be signed in to change notification settings

lmame/css-triggers

 
 

Repository files navigation

CSS Triggers

Tells you what gets triggered by mutating a given CSS property.

Running application locally

  1. Clone the project.
  2. Run npm install in css-triggers.
  3. Run gulp in css-triggers to make a build.
  4. Run node server.js
  5. Go to localhost:8070

License

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",

Demo:
https://www.lmame-geek.com/css-triggers

About

A reference for the render impact of mutating CSS properties.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.9%
  • SCSS 18.7%
  • Handlebars 10.7%
  • HTML 0.7%