Yan Zhu

Results 22 comments of Yan Zhu

@alexcroox It is not reproducible in Safari Version 13.1.1. Do you have more info now?

@mtnra You can use `@media` selector to change font sizes. ``` @media (max-width: $size-sm) { body { font-size: xxxx; } } ```

I will add dark mode.

@AlexB52 Yes, Spectre only supports one carousels on one page.

@christianMurschall Spectre.css is focus on quality. In this 1+ years, I have used Spectre.css in most of my projects, such as [Rework.tools](https://rework.tools/). I will add things back to Spectre.css. Everyone,...

@x9t9 It is not pure CSS Tabs component, only the style code right now. Tabs, Breadcrumbs, Pagination are all included in [Navigation](https://picturepan2.github.io/spectre/components.html#navigation).

@x9t9 Yes. Or you can use `input radio` pure CSS trick. Demo here: https://plnkr.co/edit/z45r86J0VfpWMhII5CKu?p=preview .

@Dargon789 Hello, what’s the goal behind this PR?