diff --git a/.travis.yml b/.travis.yml index 14f5292..f9892ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ sudo: 'false' before_script: - npm install -g polymer-cli - polymer install --variants + - git checkout package-lock.json - >- npm run update-types && git diff --exit-code || (echo -e '\n\033[31mERROR:\033[0m Typings are stale. Please run "npm run diff --git a/demo/index.html b/demo/index.html index 47fb4d2..a693ee7 100644 --- a/demo/index.html +++ b/demo/index.html @@ -20,7 +20,7 @@ - + @@ -35,7 +35,7 @@ display: flex; }; } - + paper-tabs { width: 400px; } @@ -76,6 +76,29 @@

This is a plain paper-dropdown-menu

+

Supports RTL

+ + + +

You can pre-select a value using the selected attribute