ClutchEngineering / ClutchEngineering/slipstream

Implement the full suite of Tailwind CSS modifiers

Open
#51 4 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Swift
Stars
74
Forks
3
PR merge metrics
No merged PRs in 30d

Description

## Layout

- [ ] [Aspect Ratio](https://tailwindcss.com/docs/aspect-ratio)
- [x] [Container](https://tailwindcss.com/docs/container)
- [ ] [Columns](https://tailwindcss.com/docs/columns)
- [ ] [Break After](https://tailwindcss.com/docs/break-after)
- [ ] [Break Before](https://tailwindcss.com/docs/break-before)
- [ ] [Break Inside](https://tailwindcss.com/docs/break-inside)
- [ ] [Box Decoration Break](https://tailwindcss.com/docs/box-decoration-break)
- [ ] [Box Sizing](https://tailwindcss.com/docs/box-sizing)
- [x] [Display](https://tailwindcss.com/docs/display)
- [x] [Floats](https://tailwindcss.com/docs/float)
- [ ] [Clear](https://tailwindcss.com/docs/clear)
- [ ] [Isolation](https://tailwindcss.com/docs/isolation)
- [ ] [Object Fit](https://tailwindcss.com/docs/object-fit)
- [ ] [Object Position](https://tailwindcss.com/docs/object-position)
- [x] [Overflow](https://tailwindcss.com/docs/overflow)
- [ ] [Overscroll Behavior](https://tailwindcss.com/docs/overscroll-behavior)
- [x] [Position](https://tailwindcss.com/docs/position)
- [x] [Top / Right / Bottom / Left](https://tailwindcss.com/docs/top-right-bottom-left)
- [x] [Visibility](https://tailwindcss.com/docs/visibility)
- [x] [Z-Index](https://tailwindcss.com/docs/z-index)

## Flexbox & Grid

- [ ] [Flex Basis](https://tailwindcss.com/docs/flex-basis)
- [x] [Flex Direction](https://tailwindcss.com/docs/flex-direction)
- [ ] [Flex Wrap](https://tailwindcss.com/docs/flex-wrap)
- [ ] [Flex](https://tailwindcss.com/docs/flex)
- [ ] [Flex Grow](https://tailwindcss.com/docs/flex-grow)
- [ ] [Flex Shrink](https://tailwindcss.com/docs/flex-shrink)
- [ ] [Order](https://tailwindcss.com/docs/order)
- [ ] [Grid Template Columns](https://tailwindcss.com/docs/grid-template-columns)
- [x] [Grid Column Start / End](https://tailwindcss.com/docs/grid-column)
- [ ] [Grid Template Rows](https://tailwindcss.com/docs/grid-template-rows)
- [x] [Grid Row Start / End](https://tailwindcss.com/docs/grid-row)
- [ ] [Grid Auto Flow](https://tailwindcss.com/docs/grid-auto-flow)
- [ ] [Grid Auto Columns](https://tailwindcss.com/docs/grid-auto-columns)
- [ ] [Grid Auto Rows](https://tailwindcss.com/docs/grid-auto-rows)
- [x] [Gap](https://tailwindcss.com/docs/gap)
- [x] [Justify Content](https://tailwindcss.com/docs/justify-content)
- [ ] [Justify Items](https://tailwindcss.com/docs/justify-items)
- [ ] [Justify Self](https://tailwindcss.com/docs/justify-self)
- [ ] [Align Content](https://tailwindcss.com/docs/align-content)
- [x] [Align Items](https://tailwindcss.com/docs/align-items)
- [ ] [Align Self](https://tailwindcss.com/docs/align-self)
- [ ] [Place Content](https://tailwindcss.com/docs/place-content)
- [ ] [Place Items](https://tailwindcss.com/docs/place-items)
- [ ] [Place Self](https://tailwindcss.com/docs/place-self)

## Spacing

- [x] [Padding](https://tailwindcss.com/docs/padding)
- [x] [Margin](https://tailwindcss.com/docs/margin)
- [ ] [Space Between](https://tailwindcss.com/docs/space)

## Sizing

- [x] [Width](https://tailwindcss.com/docs/width)
- [x] [Min-Width](https://tailwindcss.com/docs/min-width)
- [x] [Max-Width](https://tailwindcss.com/docs/max-width)
- [x] [Height](https://tailwindcss.com/docs/height)
- [x] [Min-Height](https://tailwindcss.com/docs/min-height)
- [x] [Max-Height](https://tailwindcss.com/docs/max-height)
- [ ] [Size](https://tailwindcss.com/docs/size)

## Typography

- [x] [Font Family](https://tailwindcss.com/docs/font-family)
- [x] [Font Size](https://tailwindcss.com/docs/font-size)
- [x] [Font Smoothing](https://tailwindcss.com/docs/font-smoothing)
- [ ] [Font Style](https://tailwindcss.com/docs/font-style)
- [x] [Font Weight](https://tailwindcss.com/docs/font-weight)
- [ ] [Font Variant Numeric](https://tailwindcss.com/docs/font-variant-numeric)
- [ ] [Letter Spacing](https://tailwindcss.com/docs/letter-spacing)
- [ ] [Line Clamp](https://tailwindcss.com/docs/line-clamp)
- [x] [Line Height](https://tailwindcss.com/docs/line-height)
- [ ] [List Style Image](https://tailwindcss.com/docs/list-style-image)
- [ ] [List Style Position](https://tailwindcss.com/docs/list-style-position)
- [x] [List Style Type](https://tailwindcss.com/docs/list-style-type)
- [x] [Text Align](https://tailwindcss.com/docs/text-align)
- [x] [Text Color](https://tailwindcss.com/docs/text-color)
- [x] [Text Decoration](https://tailwindcss.com/docs/text-decoration)
- [x] [Text Decoration Color](https://tailwindcss.com/docs/text-decoration-color)
- [ ] [Text Decoration Style](https://tailwindcss.com/docs/text-decoration-style)
- [ ] [Text Decoration Thickness](https://tailwindcss.com/docs/text-decoration-thickness)
- [ ] [Text Underline Offset](https://tailwindcss.com/docs/text-underline-offset)
- [ ] [Text Transform](https://tailwindcss.com/docs/text-transform)
- [ ] [Text Overflow](https://tailwindcss.com/docs/text-overflow)
- [ ] [Text Wrap](https://tailwindcss.com/docs/text-wrap)
- [ ] [Text Indent](https://tailwindcss.com/docs/text-indent)
- [ ] [Vertical Align](https://tailwindcss.com/docs/vertical-align)
- [ ] [Whitespace](https://tailwindcss.com/docs/whitespace)
- [ ] [Word Break](https://tailwindcss.com/docs/word-break)
- [ ] [Hyphens](https://tailwindcss.com/docs/hyphens)
- [ ] [Content](https://tailwindcss.com/docs/content)

## Backgrounds

- [ ] [Background Attachment](https://tailwindcss.com/docs/background-attachment)
- [ ] [Background Clip](https://tailwindcss.com/docs/background-clip)
- [ ] [Background Color](https://tailwindcss.com/docs/background-color)
- [ ] [Background Origin](https://tailwindcss.com/docs/background-origin)
- [ ] [Background Position](https://tailwindcss.com/docs/background-position)
- [x] [Background Repeat](https://tailwindcss.com/docs/background-repeat)
- [x] [Background Size](https://tailwindcss.com/docs/background-size)
- [x] [Background Image](https://tailwindcss.com/docs/background-image)
- [ ] [Gradient Color Stops](https://tailwindcss.com/docs/gradient-color-stops)

## Borders

- [x] [Border Radius](https://tailwindcss.com/docs/border-radius)
- [x] [Border Width](https://tailwindcss.com/docs/border-width)
- [x] [Border Color](https://tailwindcss.com/docs/border-color)
- [ ] [Border Style](https://tailwindcss.com/docs/border-style)
- [ ] [Divide Width](https://tailwindcss.com/docs/divide-width)
- [ ] [Divide Color](https://tailwindcss.com/docs/divide-color)
- [ ] [Divide Style](https://tailwindcss.com/docs/divide-style)
- [x] [Outline Width](https://tailwindcss.com/docs/outline-width)
- [x] [Outline Color](https://tailwindcss.com/docs/outline-color)
- [x] [Outline Style](https://tailwindcss.com/docs/outline-style)
- [ ] [Outline Offset](https://tailwindcss.com/docs/outline-offset)
- [x] [Ring Width](https://tailwindcss.com/docs/ring-width)
- [x] [Ring Color](https://tailwindcss.com/docs/ring-color)
- [ ] [Ring Offset Width](https://tailwindcss.com/docs/ring-offset-width)
- [ ] [Ring Offset Color](https://tailwindcss.com/docs/ring-offset-color)

## Effects

- [x] [Box Shadow](https://tailwindcss.com/docs/box-shadow)
- [x] [Box Shadow Color](https://tailwindcss.com/docs/box-shadow-color)
- [ ] [Opacity](https://tailwindcss.com/docs/opacity)
- [ ] [Mix Blend Mode](https://tailwindcss.com/docs/mix-blend-mode)
- [ ] [Background Blend Mode](https://tailwindcss.com/docs/background-blend-mode)

## Filters

- [ ] [Blur](https://tailwindcss.com/docs/blur)
- [ ] [Brightness](https://tailwindcss.com/docs/brightness)
- [ ] [Contrast](https://tailwindcss.com/docs/contrast)
- [ ] [Drop Shadow](https://tailwindcss.com/docs/drop-shadow)
- [ ] [Grayscale](https://tailwindcss.com/docs/grayscale)
- [ ] [Hue Rotate](https://tailwindcss.com/docs/hue-rotate)
- [x] [Invert](https://tailwindcss.com/docs/invert)
- [ ] [Saturate](https://tailwindcss.com/docs/saturate)
- [ ] [Sepia](https://tailwindcss.com/docs/sepia)
- [x] [Backdrop Blur](https://tailwindcss.com/docs/backdrop-blur)
- [ ] [Backdrop Brightness](https://tailwindcss.com/docs/backdrop-brightness)
- [ ] [Backdrop Contrast](https://tailwindcss.com/docs/backdrop-contrast)
- [ ] [Backdrop Grayscale](https://tailwindcss.com/docs/backdrop-grayscale)
- [ ] [Backdrop Hue Rotate](https://tailwindcss.com/docs/backdrop-hue-rotate)
- [ ] [Backdrop Invert](https://tailwindcss.com/docs/backdrop-invert)
- [ ] [Backdrop Opacity](https://tailwindcss.com/docs/backdrop-opacity)
- [ ] [Backdrop Saturate](https://tailwindcss.com/docs/backdrop-saturate)
- [ ] [Backdrop Sepia](https://tailwindcss.com/docs/backdrop-sepia)

## Tables

- [ ] [Border Collapse](https://tailwindcss.com/docs/border-collapse)
- [ ] [Border Spacing](https://tailwindcss.com/docs/border-spacing)
- [ ] [Table Layout](https://tailwindcss.com/docs/table-layout)
- [ ] [Caption Side](https://tailwindcss.com/docs/caption-side)

## Transitions & Animation

- [ ] [Transition Property](https://tailwindcss.com/docs/transition-property)
- [x] [Transition Duration](https://tailwindcss.com/docs/transition-duration)
- [x] [Transition Timing Function](https://tailwindcss.com/docs/transition-timing-function)
- [ ] [Transition Delay](https://tailwindcss.com/docs/transition-delay)
- [ ] [Animation](https://tailwindcss.com/docs/animation)

## Transforms

- [ ] [Scale](https://tailwindcss.com/docs/scale)
- [ ] [Rotate](https://tailwindcss.com/docs/rotate)
- [ ] [Translate](https://tailwindcss.com/docs/translate)
- [ ] [Skew](https://tailwindcss.com/docs/skew)
- [ ] [Transform Origin](https://tailwindcss.com/docs/transform-origin)

## Interactivity

- [ ] [Accent Color](https://tailwindcss.com/docs/accent-color)
- [ ] [Appearance](https://tailwindcss.com/docs/appearance)
- [x] [Cursor](https://tailwindcss.com/docs/cursor)
- [ ] [Caret Color](https://tailwindcss.com/docs/caret-color)
- [ ] [Pointer Events](https://tailwindcss.com/docs/pointer-events)
- [ ] [Resize](https://tailwindcss.com/docs/resize)
- [ ] [Scroll Behavior](https://tailwindcss.com/docs/scroll-behavior)
- [ ] [Scroll Margin](https://tailwindcss.com/docs/scroll-margin)
- [ ] [Scroll Padding](https://tailwindcss.com/docs/scroll-padding)
- [ ] [Scroll Snap Align](https://tailwindcss.com/docs/scroll-snap-align)
- [ ] [Scroll Snap Stop](https://tailwindcss.com/docs/scroll-snap-stop)
- [ ] [Scroll Snap Type](https://tailwindcss.com/docs/scroll-snap-type)
- [ ] [Touch Action](https://tailwindcss.com/docs/touch-action)
- [ ] [User Select](https://tailwindcss.com/docs/user-select)
- [ ] [Will Change](https://tailwindcss.com/docs/will-change)

## SVG

- [ ] [Fill](https://tailwindcss.com/docs/fill)
- [ ] [Stroke](https://tailwindcss.com/docs/stroke)
- [ ] [Stroke Width](https://tailwindcss.com/docs/stroke-width)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.