?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/themes/blocksy/static/sass/frontend/8-integrations/gutenberg/



?? Go up: /home/webdevt/www/demo2/wp-content/themes/blocksy/static/sass/frontend/8-integrations

?? Viewing: table-block.scss

.wp-block-table {

	table {

		&:not(.has-border-color) {
			thead, tfoot, td, th {
				border-color: var(--theme-table-border-color, var(--theme-border-color));
			}
		}
	}

	&.is-style-stripes {
		border: 0;
	}
}


??

??