-
Notifications
You must be signed in to change notification settings - Fork 65
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
Add some live examples #5
Labels
Comments
Implement Mustache for easier previewing/editing of templates? Anki uses Pystache I think.
|
|
4 tasks
badlydrawnrob
added a commit
that referenced
this issue
Mar 3, 2019
- delete stylus - install less - convert stylus to less/css - convert $variables to var(--variables) - delete twig hack - use print-first.css file (until I convert to less) - copy variables from print-first-css - minor edit to --spacing- variables
I think the examples when compiled are easy enough to view. Could also attach them onto the release as a /build folder |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Anki uses a modified version of Pystache — currently using mustache.js to render locally.
A few options:
Look at Pystache as an option? (possibly too complex)Rendering template files examplesUse codepen live examples (probably not)The text was updated successfully, but these errors were encountered: