-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement third party plugin loader #919
Conversation
e40113e
to
c8bf428
Compare
95535d0
to
eb1ba11
Compare
d39e3f6
to
2c68dea
Compare
IMHO this is ready to be merged since it compiles fine in all CI build! |
I think you should move the example plugin out of root i.e. Otherwise 👍 |
Actually I intended to remove it before I remove the WIP tag ... |
That'll work also
|
Currently only for custom functions. More features to be added later ...
2c68dea
to
eda5558
Compare
I've removed the sample files. Will add the code to the wiki once this is merged! |
Implement third party plugin loader
Awesome work @mgreter |
This is a super exciting feature if it does what I think. Would this be a means to add advanced math functions, for example? Example plugin link above is 404. |
Yep, you could create a dll with various custom (math) functions to be loaded by libsass. |
This is a first working draft to address #878
Also added an example plugin to this branch!
Build currently fails because of sassc: sass/sassc#98