Closed xuhdev closed 6 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?
custom.css
I think your plugins should just say “please add this CSS” in install instructions instead of messing with template hooks.
Agreed.
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
, 'causecustom.css
is used before the hook. What do you think?