I am trying to change the border width between breakpoints but regardless if I use a class or an id style the subsequent breakpoints do not change the width on the front-end.
The backend reflects the change but when I take a look at the code at the breakpoint the width property is excluded. Setting the border width to be inconsistent (15px overall, 20px top) will make the changes come through on the front-end.
I’ve also noticed that for other settings (padding, margin, etc…) it will show the higher breakpoint’s value on the lower breakpoints. This isn’t true for the border-width as it is always empty on any breakpoint regardless of any previous value.
After doing some testing it appears that the border style doesn’t carry over the breakpoints. Setting the style to solid again on each breakpoint resolves the issue. Could this style setting be carried through each breakpoint?