dojo / cli-build-widget

Command for building Dojo widgets
Other
6 stars 17 forks source link

Deal with standard `.css` files for library target #85

Closed agubler closed 4 years ago

agubler commented 4 years ago

Enhancement

Ensure that standard css files are processed correctly, without css modularising the class names.

1) Imports from dependencies or the project will be inlined in the css file. 1) URL imports such as https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css

codecov[bot] commented 4 years ago

Codecov Report

Merging #85 into master will decrease coverage by 1.79%. The diff coverage is 5.88%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #85     +/-   ##
======================================
- Coverage   58.79%   57%   -1.8%     
======================================
  Files           9     9             
  Lines         483   500     +17     
  Branches      115   123      +8     
======================================
+ Hits          284   285      +1     
- Misses        199   215     +16
Impacted Files Coverage Δ
src/base.config.ts 19.14% <5.88%> (-1.82%) :arrow_down:

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 6fd9e13...7002cfe. Read the comment docs.