9 lines
290 B
SCSS
9 lines
290 B
SCSS
/** @format */
|
|
|
|
/**
|
|
Import Gutenberg component SCSS so webpack's postcss process can handle theme-ing. This
|
|
allows Woo themed components based on the config found in postcss.config.js
|
|
*/
|
|
@import 'gutenberg-components/button/style.scss';
|
|
@import 'gutenberg-components/snackbar/style.scss';
|