Closed web-padawan closed 5 years ago
Merging #38 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #38 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 12 12
Lines 403 403
=====================================
Hits 403 403
Impacted Files | Coverage Δ | |
---|---|---|
extract.js | 100% <ø> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 8cb49e3...73e5a41. Read the comment docs.
Tested and confirmed to work in web-padawan/lit-css-sandbox@22058b1
lit-css
is a new tool to distribute styles via ES modules. The syntax it uses is exactly the same as used byastroturf
added by #37:Adding the support would allow us to process the CSS in tagged literals used by this library.
This is especially important, as
lit-css
does not extract styles into.css
files, unlike most of tools using similar syntax do. Its output is used as a content for<style>
tags used e.g. by lit-html.This change is