ls-age / svelte-preprocess-sass

Svelte preprocessor for sass
91 stars 6 forks source link

feat: Detect indented syntax from language attribute #104

Closed LukasHechenberger closed 3 years ago

LukasHechenberger commented 3 years ago

You can now use lang="sass" or type="text/sass" to use indented syntax.

Fixes #98

codecov[bot] commented 3 years ago

Codecov Report

Merging #104 (a3ff42e) into master (2a5fe11) will increase coverage by 3.33%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
+ Coverage   90.00%   93.33%   +3.33%     
==========================================
  Files           1        1              
  Lines          10       15       +5     
==========================================
+ Hits            9       14       +5     
  Misses          1        1              
Impacted Files Coverage Δ
src/index.js 93.33% <100.00%> (+3.33%) :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 2a5fe11...a3ff42e. Read the comment docs.