Merge pull request #207 from Bajena/patch-1

Support multiple tab components
This commit is contained in:
Rhyne 2020-08-01 15:32:53 -04:00 committed by GitHub
commit 837c4321b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
}
@for $num from 1 through 5 {
&[id='tab#{$num}']:checked~div[id='content#{$num}'] {
&[id$='tab#{$num}']:checked~div[id$='content#{$num}'] {
display: block;
}
}