Mark Teekman

Results 17 issues of Mark Teekman

Example: ```css .pricing-tables { &__content { display: flex; flex-direction: column; align-items: center; margin-block-end: var(--spacing-6); text-align: center; @include breakpoint(medium) { h2 { max-inline-size: 20ch; } } } &__tables { display: grid;...

enhancement

Similar to tabs displayed here: https://color-contrast.incluud.dev/design-tokens/?fg=ffffff&bg=9200ff

enhancement

```css table { border-collapse: collapse; width: 100%; display: table; @include breakpoint(medium) { display: block; } th, td { padding: var(--table-cell-padding); text-align: left; @include breakpoint(medium) { padding-inline: 0; } } td...

enhancement

- Use a `dialog` for native accessibility features (focus trap, return focus to button, inert, etc.) - Option for right (default), bottom, left, top slide-out - Several slots for content...

enhancement

- Using Popover and Anchor Position API's - Option for placement - Option for position-try if necessary

enhancement