Benoit Lavoie-Lamer

Results 4 issues of Benoit Lavoie-Lamer

In the previous code, the user was not able to add multiple class to his nav item. The code would always pick the first class. With my changes, the user...

As of now, if I use this code ``` .wrapper { --gutter: 62px; --width: 1314px; max-width: calc(var(--width) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); } ``` it...

Drafts preview url were being cached and that created unwanted draft to be publicly accessible. I added a settings to toggle caching of those urls