Gethin Oakes
Gethin Oakes
That's strange, as I tried using plain CSS and had the same result. I have a few ideas on how to solve the issue, just don't know if their viable...
@stephenway yep, the last processed css file that contains documentation overwrites all previous css documentation files - seems to be because it regenerates the whole index.html from that last css...
So if I have a main css file that imports other css files that contain documentation, the styleguide generates an empty template with just the layout left intact. If I...
Currently the css files are processed alphabetically and only documentation from the last one is used. I am going to try and figure out how to take documentation from multiple...
@jonathantneal & @stephenway I've hit an impasse with this. I've tried many different solutions, the closest I got was managing to get section titles from two different stylesheets into the...
I've forked this repository and updated it for Angular 5+ https://github.com/gethinoakes/ngx-masonry Works fine for me. I'll try to work on it more when I have time.