Bankai sheetify transform
See original GitHub issueI tried using a transform with sheetify, but I think the documentation on how to configure them is wrong. The following gist does not load sheetify-nested
, and checking the options.use
property in sheetify reveals that it is indeed empty.
https://gist.github.com/emilbayes/5e7519883dd1212f69c60c5afb815fdc
I’m happy to help, but I’m not sure where this should be set. Merged with .use
here? https://github.com/stackcss/sheetify/blob/2b5722aa7d77b8cb78644177d6308c848cc27991/index.js#L85
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Error trying to use sheetify-postcss and @rule #460 - GitHub
Right now bankai adds the sheetify transform using b.transform(sheetify) . If you add sheetify to the browserify.transform key in your own ...
Read more >bankai - npm
The easiest way to compile JavaScript, HTML and CSS. Latest version: 9.15.3, last published: 3 years ago. Start using bankai in your project ......
Read more >Bankai-mpn NPM | npm.io
The easiest way to compile JavaScript, HTML and CSS. We want people to have fun building things for the web. There should be...
Read more >bankai - UNPKG
The CDN for bankai. ... 63, -c, --css=<subargs> Pass subarguments to sheetify ... 126, syntax you'll need to either disable the uglifyify transform...
Read more >sheetify - npm Package Health Analysis | Snyk
Sheetify uses transforms that take CSS and apply a transform. For example include sheetify-cssnext to support autoprefixing, variables and more:
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Think this is fixed in recent sheetify versions; please reopen if not. Thanks!
Upgrading to 7.3.0 and adding
to package.json resolved the issue for me. Thank you!