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 sheetify only looks for require('sheetify'): https://github.com/stackcss/sheetify/blob/7c446d208e670f12497fca9090e2ad310dd56a36/transform.js#L108-L117
require('sheetify')
But maybe we could make a PR to look at a list of aliases like they do on nanohtml: https://github.com/choojs/nanohtml/blob/bdd0efe65b1e9c26e04723588a19e629ca86fdde/lib/supported-views.js
The text was updated successfully, but these errors were encountered:
I opened a PR here: stackcss/sheetify#165
Sorry, something went wrong.
One more open source detail requested during the implementation of this: stackcss/sheetify#166
I got publish access so this is no longer blocked. Gettin this into my work queue.
bcomnes
No branches or pull requests
Right now sheetify only looks for
require('sheetify')
: https://github.com/stackcss/sheetify/blob/7c446d208e670f12497fca9090e2ad310dd56a36/transform.js#L108-L117But maybe we could make a PR to look at a list of aliases like they do on nanohtml: https://github.com/choojs/nanohtml/blob/bdd0efe65b1e9c26e04723588a19e629ca86fdde/lib/supported-views.js
The text was updated successfully, but these errors were encountered: