Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
@use "sass:math";
@import "@wordpress/base-styles/breakpoints";
@import "@automattic/typography/styles/variables";
@mixin stats-section-header {
color: var(--studio-gray-100);
font-family: $brand-serif;
font-size: $font-title-large;
font-weight: 400;
line-height: 40px;
@media (max-width: $break-mobile) {
font-size: $font-title-medium;
.prefix {
display: none;
}
}
}