fiatjaf / module-linker

browse modules by clicking directly on "import" statements on GitHub
https://module-linker.fiatjaf.com/
MIT License
251 stars 20 forks source link

Add support for CSS/SASS/Less/etc. #24

Closed fiatjaf closed 5 years ago

fiatjaf commented 7 years ago

Just the @import statements, to relative or absolute URLs. Should be very simple to do with some basic regex/string parsing and require('../helpers').createLink.

fiatjaf commented 5 years ago

Done in https://github.com/fiatjaf/module-linker/commit/cca3e0244e52e6891f8d836d16be188fa236e860

AlexWayfer commented 5 years ago

Thank you!