File "style.scss"

Full Path: /home/vantageo/public_html/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/style.scss
File size: 282 bytes
MIME-type: text/plain
Charset: utf-8

.wc-block-components-product-tag-list {
	margin-top: 0;
	margin-bottom: em($gap-small);

	ul {
		margin: 0;
		padding: 0;
		display: inline;

		li {
			display: inline;
			list-style: none;
		}

		li::after {
			content: ", ";
		}

		li:last-child::after {
			content: "";
		}
	}
}