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
I'd like to be able to make use of the YAML header / liquid template processing in out-of-the-box Jekyll for .less files. i.e.:
.less
--- --- .{{ someTargetNameFromConfig }} { /* ... */ }
so I can only have to specify those classes (e.g.) in one place to use them across the pages / css / js.
As it stands, the assets aren't initially checked for any YAML / liquid processing before they are then run through the (e.g.) Less compiler.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd like to be able to make use of the YAML header / liquid template processing in out-of-the-box Jekyll for
.less
files. i.e.:so I can only have to specify those classes (e.g.) in one place to use them across the pages / css / js.
As it stands, the assets aren't initially checked for any YAML / liquid processing before they are then run through the (e.g.) Less compiler.
The text was updated successfully, but these errors were encountered: