mirror of
https://github.com/material-components/material-web.git
synced 2026-03-09 00:09:23 +08:00
Fix up button demo to import css function
This commit is contained in:
parent
3d82fc776f
commit
c419105eda
@ -76,7 +76,7 @@ limitations under the License.
|
||||
</div>
|
||||
|
||||
<script type="module">
|
||||
import {html} from 'lit-element/lit-element.js';
|
||||
import {html, css} from 'lit-element/lit-element.js';
|
||||
import {Button} from '@material/mwc-button/mwc-button.js';
|
||||
class CustomButton extends Button {
|
||||
static get styles() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user