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
right now styles needs .app.exports .page.tour instead of just .exports
.app.exports .page.tour
.exports
right now classes need class exports.Page extends lt3.Page instead of just class exports.Page
class exports.Page extends lt3.Page
class exports.Page
as always, need to make sure to remain backwards compatible, so previous format should still work as expected
The text was updated successfully, but these errors were encountered:
- take advantage of new pre-processing with asset-wrap
4898ccf
- better .exports shortcutting for new 2.0 site layouts - #20
5ea3f3c
Sorry, something went wrong.
done
No branches or pull requests
right now styles needs
.app.exports .page.tour
instead of just.exports
right now classes need
class exports.Page extends lt3.Page
instead of justclass exports.Page
as always, need to make sure to remain backwards compatible, so previous format should still work as expected
The text was updated successfully, but these errors were encountered: