You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm french, sorry for my english ;)
this code work correctly in my version et eliminate the repetition in the code.
just grid with GAP idem setting
` @use "sass:math";
Before submitting...
Context
Row 'gap' clause is not woking.
Current Behavior
The gap value is not working. Always uses the gap default value 1.5em
Expected behavior
Possible Solutions or Causes
I saw in materialize CSS that the rule is:
.row. g-0 {
gap: 0;
}
But I believe it should be without the middle space between '.row' and 'g-0'.
Steps to reproduce
Open this link:
https://www.ozs.es/tests/test.html
Source code:
!DOCTYPE html>
<title>XaWeb</title>1
2
3
Your Environment
The text was updated successfully, but these errors were encountered: