Riley Taylor

Results 5 comments of Riley Taylor

I also had to add `$screen-sm-min: 576px !default;` before importing select2-bootstrap. This is because bootstrap has replaced the old media queries and related values with new @mixins (in this case,...

We're using google analytics. Normally when we don't want something to run we would use ```{% if not debug %} ...stuff... {% endif %}``` However, that doesn't appear to be...

However, using: ```django {% if not debug %} {% analytical_head_top %}{% analytical_head_bottom %} {% endif %} ``` does return the expected behavior. Why is this any different? I'd prefer to...

That's a fair enough response, and using the generic import is doing the trick for us. I suppose that I just expected it to behave the same way. Since it...

Being able to do this with boolean values as well would also solve issues in CI environments as discussed here: https://github.com/supabase/edge-runtime/issues/235 Being able to use `config.toml` as a driver for...