Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(484)

Unified Diff: node_modules/vulcanize/example/empty.css

Issue 800513006: Added vulcanize under third_party/npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « node_modules/vulcanize/example/config.json ('k') | node_modules/vulcanize/example/import-test.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: node_modules/vulcanize/example/empty.css
diff --git a/bower_components/paper-icon-button/pulse-ink.css b/node_modules/vulcanize/example/empty.css
similarity index 77%
copy from bower_components/paper-icon-button/pulse-ink.css
copy to node_modules/vulcanize/example/empty.css
index 4a7985bbab00e81ff28a7932a2569c7ef0a1d922..f296c848f99077b2edde8625ed0fbdb80fbcfcca 100644
--- a/bower_components/paper-icon-button/pulse-ink.css
+++ b/node_modules/vulcanize/example/empty.css
@@ -8,13 +8,3 @@
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
*/
-@-webkit-keyframes pulse-ink {
- 0% {
- -webkit-transform: scale(0);
- opacity: 0;
- }
- 100% {
- -webkit-transform: scale(1);
- opacity: 0.9;
- }
-}
« no previous file with comments | « node_modules/vulcanize/example/config.json ('k') | node_modules/vulcanize/example/import-test.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698