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
Hi,
It would be really helpful with some config options for the comments parser.
I'd love to use this for my projects but don't fancy changing my team's commenting style for it to work.
Here's an scss example module, whos comment won't be read. (probably due to the first line being blank)
// ************************************* // // Example module // -> Overview of module and usage // // ************************************* // ------------------------------------- // Base // ------------------------------------- .module { // ------------------------------------- // Variables // ------------------------------------- $module-var: 7em; $module-col-fg: #3B5998; $module-col-bg: #c0deed; // ------------------------------------- // Elements // ------------------------------------- // ----- Element description ----- // &__element {} // ------------------------------------- // Variations // ------------------------------------- // ----- Variation description ----- // &--variation {} }
The text was updated successfully, but these errors were encountered:
Another style of comment based on CSS Guidelines:
/** * MAIN */
or
/*------------------------------------*\ #MAIN \*------------------------------------*/
Sorry, something went wrong.
No branches or pull requests
Hi,
It would be really helpful with some config options for the comments parser.
I'd love to use this for my projects but don't fancy changing my team's commenting style for it to work.
Here's an scss example module, whos comment won't be read. (probably due to the first line being blank)
The text was updated successfully, but these errors were encountered: