Andrew Del Prete
Andrew Del Prete
Hey @hasusuf! Yes I'd love for you to contribute to the docs. I need to update Tailwind and make sure the plugin can still do most of what it offers....
`babel-plugin-tailwind` works well with Emotion's object syntax. I haven't figured out how to convert the style object to a css string literal that would with something like Styled Components.
Hey @gmchaturvedi1 - It sounds like you may try reinstalling gulp-sass. I had to `npm uninstall gulp-sass` then reinstall it to get this to work.
I have the same issue, can't paste my code when Vim extension is enabled... When I disable the Vim, polacode works great!
Hey awesome job on the macro approach. I wrote `babel-plugin-tailwind` as my first experiment with doing the AST stuff. I do plan on making some adjustments in the near future...
@matthewp did you end up starting on this or figuring out what to do with events?
Looks like `react-highlight` may need to be updated for docs to work? https://github.com/akiran/react-highlight/pull/43
Hey @Fauntleroy, I'm installing from NPM and utilizing Browserify / Babel for my build. I have my own .babelrc at the root level of my project where I include the...