Peter
Results
2
issues of
Peter
This package is fantastic. However, with the current setup, you cannot add styles post-bootstrap. For instance overrides and additional styles cannot be included because bootstrap is included at the end...
enhancement
Seems like the refactor of reactor now triggers getters whenever a change happens at the root level. For ex: ``` export default { getter: [['key1', 'key2', 'key3'], item => item]...