Robbie Wagner

Results 813 comments of Robbie Wagner

@ChronicStone this is not my repo. @jrowlingson will have to release a new version.

@gkweb I think the downside to PostCSS is that it includes all of Tailwind for every component, whereas I think stencil-tailwind tries to just ship one global tailwind.css, but I...

@gkweb I don't think so. Stencil includes all of Tailwind in each component if you use PostCSS due to the need of importing tailwind for each component. Sure, you can...

@gkweb I never said it wasn't working for you. I'm saying, with your config, you have to import tailwind into every component, right? With: ```css @tailwind base; @tailwind components; @tailwind...

@gkweb I honestly don't know. @jrowlingson can you confirm if this plugin only includes tailwind one time? Also, FYI, anyone can use the master branch by installing `jrowlingson/stencil-tailwind#master` instead of...

I was able to get the resources copied over with electron-packager, but the picker still does not work when packaged with my app https://github.com/mockingbot/electron-color-picker/issues/6 I believe the process for electron-builder...

@dgavey do you guys still need help removing these? I'm getting the warnings in my code.

@dgavey not sure if this works or not, but should fix the deprecation https://github.com/mharris717/ember-drag-drop/pull/180

@dgavey @mharris717 would you be interested in transferring this to adopted-ember-addons or adding some of us as maintainers here?