xzyfer / sass-graph

Parses import dependencies from a directory of sass files
MIT License
76 stars 59 forks source link

Update default extensions to match readme.md #106

Closed dosentmatter closed 5 years ago

dosentmatter commented 5 years ago

https://github.com/xzyfer/sass-graph#extensions

The code didn't include css, but the readme did.

xzyfer commented 5 years ago

The read me is wrong. Support for .CSS was removed in a recent major version bump to comply with the Sass spec.

On Sat., 20 Jul. 2019, 4:36 am Kevin Lau, notifications@github.com wrote:

https://github.com/xzyfer/sass-graph#extensions

The code didn't include css, but the readme did.

You can view, comment on, or merge this pull request online at:

https://github.com/xzyfer/sass-graph/pull/106 Commit Summary

  • Update default extensions to match readme.md

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xzyfer/sass-graph/pull/106?email_source=notifications&email_token=AAENSWAOKOFSUEIOK7THJUTQAICTLA5CNFSM4IFKJQR2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HAK7RAQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAENSWCCQVP4DJJAOU7MU4TQAICTLANCNFSM4IFKJQRQ .

dosentmatter commented 5 years ago

Ok, thanks for the information. I updated the PR to fix up the readme instead.

Relevant links: https://sass-lang.com/documentation/at-rules/import#importing-css https://github.com/sass/node-sass/issues/2362 https://github.com/sass/libsass/releases/tag/3.5.3