The directory structure:
guide/
buttons.styl
subdir/
forms.styl
The current 0.1.0 version will only render buttons.styl.
In 0.2.0, it should render forms.styl too.
However, if the file or dir name starts with '_', it will not be rendered.
guide/
buttons.styl
_subdir/ -- wil not be rendered
The directory structure:
The current 0.1.0 version will only render
buttons.styl.In 0.2.0, it should render
forms.styltoo.However, if the file or dir name starts with '_', it will not be rendered.