Pierre Lebrun

Results 17 comments of Pierre Lebrun

Would love to see this feature +1

@gruns First off, I just discovered this library. It's quite clever, thanks for writing it! > As such, it's not currently a requirement that underlying key:value stores provide method(s) to...

Just echoing this problem. Anyone find a solution yet?

If you're having trouble when switching from development to production mode, try explicitly setting your sass load_paths: ### application.rb ``` require 'rails/all' require "sass-rails" # add this here ``` ###...

@jpadvo great! This one gave me a headache so I'm glad to it was useful to someone else!

@Berlimioz 2 years later and this fix is still helping people. If only this was a stackoverflow answer ;)

Hey @STRML, great plugin! Let me know if you have a digital beer money / tip jar somewhere :) I believe this PR fixes the issue I've encountered. I'm rendering...

@joshlatimer You could try removing tailwind and purge but leaving postcss/autoprefixer and see if things are still slow to rule out tailwind itself. I suspect postcss having to process all...

+1. Please merge the fix!

@martindale I've poked around the code a bit just to get a basic understanding of how things work. It'll be a pretty smooth transition to move things to semantic-ui since...