An open API service indexing awesome lists of open source software.

https://github.com/GoogleChromeLabs/css-triggers

A reference for the render impact of mutating CSS properties.
https://github.com/GoogleChromeLabs/css-triggers

Last synced: 10 months ago
JSON representation

A reference for the render impact of mutating CSS properties.

Awesome Lists containing this project

README

          

# CSS Triggers

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

## Running application locally

1. Clone the project.
1. Run `npm install` in __css-triggers__.
1. Run `gulp` in __css-triggers__ to make a build.
1. Run `node server.js`
1. Go to [localhost:8070](http://localhost:8070/)

## License

Apache 2.0. See [/LICENSE](/LICENSE)

Please note: this is not a Google product