You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get styledocco to work with the project I am working on. I am using the less version of Bootstrap and the Aurelia framework. I am able to Generate documentation for my project using the following command: styledocco -n "heimdall-uiapp" -o src/styleguide --preprocessor "less src/less/*" styles. I have added the following comment to one of my custom less files and I have prefixed my HTML with 4 spaces (I also also tried to "```" notation as well):
/*
Base
===============
Standard Bootstrap button
<button class="btn btn-primary">Button</button>
*/
But when I view my documentation I get the following view. How would I resolve this issue? I can provide any additional information.
Some additional information. I have a main LESS file where I am importing all the Bootstrap LESS files, and then importing the customize LESS files.
The text was updated successfully, but these errors were encountered:
I am trying to get styledocco to work with the project I am working on. I am using the less version of Bootstrap and the Aurelia framework. I am able to Generate documentation for my project using the following command:
styledocco -n "heimdall-uiapp" -o src/styleguide --preprocessor "less src/less/*" styles
. I have added the following comment to one of my custom less files and I have prefixed my HTML with 4 spaces (I also also tried to "```" notation as well):But when I view my documentation I get the following view. How would I resolve this issue? I can provide any additional information.
Some additional information. I have a main
LESS
file where I am importing all the BootstrapLESS
files, and then importing the customizeLESS
files.The text was updated successfully, but these errors were encountered: