We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The directory structure:
guide/ buttons.styl subdir/ forms.styl
The current 0.1.0 version will only render buttons.styl.
buttons.styl
In 0.2.0, it should render forms.styl too.
forms.styl
However, if the file or dir name starts with '_', it will not be rendered.
guide/ buttons.styl _subdir/ -- wil not be rendered
The text was updated successfully, but these errors were encountered:
it does recurse walk subdirectory now. #1
c64ace8
examples on subdir. it works on subdir #1
5f3badc
Finished.
Sorry, something went wrong.
No branches or pull requests
The directory structure:
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.
The text was updated successfully, but these errors were encountered: