Skip to content

Port of Tailwind CSS library to Garden format in Clojure

License

Notifications You must be signed in to change notification settings

narocath/tailwind-garden

 
 

Repository files navigation

Library template

Porting status

  • BASE STYLES
    • Preflight
  • LAYOUT
    • Container
    • Box Sizing
    • Display
    • Floats
    • Clear
    • Object Fit
    • Object Position
    • Overflow
    • Overscroll Behavior
    • Position
    • Top / Right / Bottom / Left
    • Visibility
    • Z-Index
  • FLEXBOX
    • Flex Direction
    • Flex Wrap
    • Flex
    • Flex Grow
    • Flex Shrink
    • Order
  • GRID
    • Grid Template Columns
    • Grid Column Start / End
    • Grid Template Rows
    • Grid Row Start / End
    • Grid Auto Flow
    • Grid Auto Columns
    • Grid Auto Rows
    • Gap
  • BOX ALIGNMENT
    • Justify Content
    • Justify Items
    • Justify Self
    • Align Content
    • Align Items
    • Align Self
    • Place Content
    • Place Items
    • Place Self
  • SPACING
    • Padding
    • Margin
    • Space Between
  • SIZING
    • Width
    • Min-Width
    • Max-Width
    • Height
    • Min-Height
    • Max-Height
  • TYPOGRAPHY
    • Font Family
    • Font Size
    • Font Smoothing
    • Font Style
    • Font Weight
    • Font Variant Numeric
    • Letter Spacing
    • Line Height
    • List Style Type
    • List Style Position
    • Placeholder Color
    • Placeholder Opacity
    • Text Align
    • Text Color
    • Text Opacity
    • Text Decoration
    • Text Transform
    • Text Overflow
    • Vertical Align
    • Whitespace
    • Word Break
  • BACKGROUNDS
    • Background Attachment
    • Background Clip
    • Background Color
    • Background Opacity
    • Background Position
    • Background Repeat
    • Background Size
    • Background Image
    • Gradient Color Stops
  • BORDERS
    • Border Radius
    • Border Width
    • Border Color
    • Border Opacity
    • Border Style
    • Divide Width
    • Divide Color
    • Divide Opacity
    • Divide Style
    • Ring Width
    • Ring Color
    • Ring Opacity
    • Ring Offset Width
    • Ring Offset Color
  • EFFECTS
    • Box Shadow
    • Opacity
  • TABLES
    • Border Collapse
    • Table Layout
  • TRANSITIONS AND ANIMATION
    • Transition Property
    • Transition Duration
    • Transition Timing Function
    • Transition Delay
    • Animation
  • TRANSFORMS
    • Transform
    • Transform Origin
    • Scale
    • Rotate
    • Translate
    • Skew
  • INTERACTIVITY
    • Appearance
    • Cursor
    • Outline
    • Pointer Events
    • Resize
    • User Select
  • SVG
    • Fill
    • Stroke
    • Stroke Width
  • ACCESSIBILITY
    • Screen Readers

All the things ported! Or almost, still missing the variants for hover, active, etc...

About

Port of Tailwind CSS library to Garden format in Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 97.3%
  • BlitzBasic 1.5%
  • Other 1.2%