Open briggySmalls opened 5 years ago
The plugin and theme separate functionality, but have shared dependencies (e.g. boostrap).
At the moment the plugin doesn't import bootstrap, meaning it cannot access mixins etc.
This is symptomatic of a larger problem: if the two have shared dependencies they will be duplicated unnecessarily.
There might be a way to bundle the plugin's assets with the theme.
Born out of #106
The plugin and theme separate functionality, but have shared dependencies (e.g. boostrap).
At the moment the plugin doesn't import bootstrap, meaning it cannot access mixins etc.
This is symptomatic of a larger problem: if the two have shared dependencies they will be duplicated unnecessarily.
There might be a way to bundle the plugin's assets with the theme.
Born out of #106