webpack-contrib / stylus-loader

:art: A stylus loader for webpack.
MIT License
498 stars 99 forks source link

Fix: disallow searching for nested imports in css files #298

Closed cap-Bernardito closed 3 years ago

cap-Bernardito commented 3 years ago

This PR contains a:

Motivation / Use-Case

Fixes #297

Breaking Changes

No

Additional Info

No

codecov[bot] commented 3 years ago

Codecov Report

Merging #298 (e094616) into master (569ed00) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #298      +/-   ##
==========================================
+ Coverage   95.94%   95.96%   +0.02%     
==========================================
  Files           3        3              
  Lines         345      347       +2     
  Branches      105      106       +1     
==========================================
+ Hits          331      333       +2     
  Misses         13       13              
  Partials        1        1              
Impacted Files Coverage Δ
src/utils.js 96.32% <100.00%> (+0.02%) :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 569ed00...e094616. Read the comment docs.