Skip to content

Commit fc88b2e

Browse files
authored
Update README.md
1 parent c263487 commit fc88b2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/wesc/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and can be output as JS and CSS files.
1717
- [x] Web component definition
1818
- [x] Default and named slots with fallback content
1919
- [x] Declarative Shadow DOM
20-
- [ ] CSS bundling
20+
- [x] CSS bundling
2121
- [ ] JS bundling
2222

2323

@@ -65,7 +65,6 @@ wesc ./index.html
6565
</div>
6666
</template>
6767

68-
<!-- TODO: bundle to a global styles.css -->
6968
<style>
7069
w-card {
7170
display: block;

0 commit comments

Comments
 (0)