Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Use custom-style elements instead of style elements for HTML imports (Fixes #106) #108

Open
wants to merge 2 commits into
base: 1.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build status](https://travis-ci.org/PolymerElements/paper-ripple.svg?branch=master)](https://travis-ci.org/PolymerElements/paper-ripple)

##<paper-ripple>
## <paper-ripple>

Material design: [Surface reaction](https://www.google.com/design/spec/animation/responsive-interaction.html#responsive-interaction-surface-reaction)

Expand Down
2 changes: 1 addition & 1 deletion paper-ripple.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dom-module id="paper-ripple">

<template>
<style>
<style is="custom-style">
:host {
display: block;
position: absolute;
Expand Down