13 lines
No EOL
342 B
SCSS
13 lines
No EOL
342 B
SCSS
/*!
|
|
Modern Business Customizer Styles & Non-latin Font Fallbacks
|
|
|
|
NOTE: This file is automatically populated with additional styles if the user selects a custom primary color in the customzier.
|
|
*/
|
|
|
|
/** === Includes === */
|
|
|
|
@import "sass/mixins/mixins-master";
|
|
|
|
/** === Non-Latin font fallbacks === */
|
|
|
|
@include non-latin-fonts( '.wp-block' ); |