Skip to content
New issue

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

process YAML header first #9

Open
pearsonca opened this issue May 26, 2014 · 0 comments
Open

process YAML header first #9

pearsonca opened this issue May 26, 2014 · 0 comments

Comments

@pearsonca
Copy link

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.:

---

---

.{{ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant