getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
59 stars 95 forks source link

Plugin development: add API to add additional css styles? #174

Closed xuhdev closed 6 years ago

xuhdev commented 8 years ago

Currently, per my understanding, a plugin can only add new css styles through template hooks. However, if a hook is used, a user cannot customize through custom.css, 'cause custom.css is used before the hook. What do you think?

Kwpolska commented 8 years ago

I think your plugins should just say “please add this CSS” in install instructions instead of messing with template hooks.

ralsina commented 6 years ago

Agreed.