Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 7362c3c

Browse files
committed
fix: use more generic postcss-wrap
1 parent d5a54a1 commit 7362c3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
plugins: [require('postcss-wrap')({ selector: '#example-emojis' })],
2+
plugins: [require('postcss-wrap')({ selector: '.widget-instance' })],
33
};

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</head>
1010
<body>
1111
<!-- START: WIDGET -->
12-
<div id="example-emojis" data-button-text="Click here">
12+
<div id="example-emojis" class="widget-instance" data-button-text="Click here">
1313
<progress class="progress is-small is-primary" max="100">0%</progress>
1414
</div>
1515
<!-- END: WIDGET -->

0 commit comments

Comments
 (0)