sudoko のようなテーブルの css を作成しようとしています。どんな助けでも本当に感謝しています。3行ごと、3列ごとに境界線を描きたい。
.no-stripes .v-table-row,.no-stripes .v-table-row-odd, .v-table-cell-content
{
background: white;
color: $cellcolor;
width: 40px;
height: 40px;
text-align: center;
border-left: solid 1px black;
border-bottom: solid 1px black;
}