cabal-version: 2.4 name: ClasshSS version: 0.2.0.0 x-revision: 2 synopsis: Typified Tailwind for Rapid Development description: This package is a type-safe layer on top of Tailwind Classes to allow someone to treat the compiler like a lookup machine and ensure that no time will be wasted trying to fix typos in tailwind strings Originally this was meant to also provide a way to typify CSS but Tailwind provides such a nice abstraction on top of CSS and provides logical custom values that it made more sense to build entirely on top of Tailwind. It is not meant to be an exact 1 to 1 translation of Tailwind but rather an interface that aims to reduce the number of ways to do the same thing, in the effort to reduce spooky CSS behavior homepage: https://github.com/augyg/ClasshSS license: MIT license-file: LICENSE author: Galen Sprout maintainer: galen.sprout@gmail.com -- copyright: category: Web build-type: Simple extra-doc-files: CHANGELOG.md -- extra-source-files: source-repository head type: git location: https://github.com/augyg/ClasshSS common warnings ghc-options: -Wall library import: warnings exposed-modules: Classh Classh.Box Classh.Box.Border Classh.Box.DivInt Classh.Box.Margin Classh.Box.Padding Classh.Box.Placement Classh.Box.Placement.Align Classh.Box.Placement.Justify Classh.Box.TWSize Classh.Box.SizingBand Classh.Box.Sizing.BoxSizingConstraint Classh.Box.Sizing.BoxSizing Classh.Box.Sizing.DimensionConstraint Classh.Class.CompileStyle Classh.Class.HasCSSSize Classh.Class.HasCustom Classh.Class.IsCSS Classh.Class.SetSides Classh.Class.ShowTW Classh.Color Classh.Cursor Classh.Grid Classh.Internal.CSSSize Classh.Internal.Chain Classh.Internal.TShow Classh.Internal.TWNum Classh.Internal.Utils Classh.Responsive.WhenTW Classh.Responsive.ZipScreens Classh.Setters Classh.Shorthand Classh.Text Classh.Text.Decoration Classh.Text.Decoration.LineType Classh.Text.Decoration.Offset Classh.Text.Decoration.Style Classh.Text.Decoration.Thickness Classh.Text.Font Classh.Text.FontStyle Classh.Text.Size Classh.Text.Weight Classh.Box.Border.Color Classh.Box.Border.Radius Classh.Box.Border.Style Classh.Box.Border.Width Classh.TextPosition Classh.TextPosition.Clamp Classh.TextPosition.Content Classh.TextPosition.Hyphen Classh.TextPosition.Lead Classh.TextPosition.TAlign Classh.TextPosition.TOverflow Classh.TextPosition.Track Classh.TextPosition.VAlign Classh.TextPosition.WhiteSpace Classh.TextPosition.WordBreak Classh.TextPosition.Wrap default-extensions: OverloadedStrings TemplateHaskell LambdaCase MultiParamTypeClasses FlexibleContexts build-depends: base >= 4.19.0 && < 4.21 , data-default >= 0.8.0 && < 0.9 , lens >= 5.3.5 && < 5.4 , template-haskell >= 2.21.0 && < 2.23 , text >= 2.1.3 && < 2.2 hs-source-dirs: src ghc-options: -Wall -threaded -fno-show-valid-hole-fits default-language: Haskell2010