Skip to content

Commit

Permalink
Fix quoted styles #44
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsmal committed Dec 2, 2018
1 parent fecb6a7 commit 07be876
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions src/Fable.Helpers.MaterialUI.Props.fs
Original file line number Diff line number Diff line change
Expand Up @@ -482,44 +482,44 @@ module Themes =
let inline Wrapper props = Custom ("wrapper", props)
let inline WrapperInner props = Custom ("wrapperInner", props)
let inline ZeroMinWidth props = Custom ("zeroMinWidth", props)
let inline ``Align-content-xs-center`` props = Custom ("align-content-xs-center``", props)
let inline ``Align-content-xs-flex-end`` props = Custom ("align-content-xs-flex-end``", props)
let inline ``Align-content-xs-flex-start`` props = Custom ("align-content-xs-flex-start``", props)
let inline ``Align-content-xs-space-around`` props = Custom ("align-content-xs-space-around``", props)
let inline ``Align-content-xs-space-between`` props = Custom ("align-content-xs-space-between``", props)
let inline ``Align-items-xs-baseline`` props = Custom ("align-items-xs-baseline``", props)
let inline ``Align-items-xs-center`` props = Custom ("align-items-xs-center``", props)
let inline ``Align-items-xs-flex-end`` props = Custom ("align-items-xs-flex-end``", props)
let inline ``Align-items-xs-flex-start`` props = Custom ("align-items-xs-flex-start``", props)
let inline ``Direction-xs-column-reverse`` props = Custom ("direction-xs-column-reverse``", props)
let inline ``Direction-xs-column`` props = Custom ("direction-xs-column``", props)
let inline ``Direction-xs-row-reverse`` props = Custom ("direction-xs-row-reverse``", props)
let inline ``Grid-xs-10`` props = Custom ("grid-xs-10``", props)
let inline ``Grid-xs-11`` props = Custom ("grid-xs-11``", props)
let inline ``Grid-xs-12`` props = Custom ("grid-xs-12``", props)
let inline ``Grid-xs-1`` props = Custom ("grid-xs-1``", props)
let inline ``Grid-xs-2`` props = Custom ("grid-xs-2``", props)
let inline ``Grid-xs-3`` props = Custom ("grid-xs-3``", props)
let inline ``Grid-xs-4`` props = Custom ("grid-xs-4``", props)
let inline ``Grid-xs-5`` props = Custom ("grid-xs-5``", props)
let inline ``Grid-xs-6`` props = Custom ("grid-xs-6``", props)
let inline ``Grid-xs-7`` props = Custom ("grid-xs-7``", props)
let inline ``Grid-xs-8`` props = Custom ("grid-xs-8``", props)
let inline ``Grid-xs-9`` props = Custom ("grid-xs-9``", props)
let inline ``Grid-xs-auto`` props = Custom ("grid-xs-auto``", props)
let inline ``Grid-xs-true`` props = Custom ("grid-xs-true``", props)
let inline ``Justify-xs-center`` props = Custom ("justify-xs-center``", props)
let inline ``Justify-xs-flex-end`` props = Custom ("justify-xs-flex-end``", props)
let inline ``Justify-xs-space-around`` props = Custom ("justify-xs-space-around``", props)
let inline ``Justify-xs-space-between`` props = Custom ("justify-xs-space-between``", props)
let inline ``Justify-xs-space-evenly`` props = Custom ("justify-xs-space-evenly``", props)
let inline ``Spacing-xs-16`` props = Custom ("spacing-xs-16``", props)
let inline ``Spacing-xs-24`` props = Custom ("spacing-xs-24``", props)
let inline ``Spacing-xs-32`` props = Custom ("spacing-xs-32``", props)
let inline ``Spacing-xs-40`` props = Custom ("spacing-xs-40``", props)
let inline ``Spacing-xs-8`` props = Custom ("spacing-xs-8``", props)
let inline ``Wrap-xs-nowrap`` props = Custom ("wrap-xs-nowrap``", props)
let inline ``Wrap-xs-wrap-reverse`` props = Custom ("wrap-xs-wrap-reverse``", props)
let inline ``Align-content-xs-center`` props = Custom ("align-content-xs-center", props)
let inline ``Align-content-xs-flex-end`` props = Custom ("align-content-xs-flex-end", props)
let inline ``Align-content-xs-flex-start`` props = Custom ("align-content-xs-flex-start", props)
let inline ``Align-content-xs-space-around`` props = Custom ("align-content-xs-space-around", props)
let inline ``Align-content-xs-space-between`` props = Custom ("align-content-xs-space-between", props)
let inline ``Align-items-xs-baseline`` props = Custom ("align-items-xs-baseline", props)
let inline ``Align-items-xs-center`` props = Custom ("align-items-xs-center", props)
let inline ``Align-items-xs-flex-end`` props = Custom ("align-items-xs-flex-end", props)
let inline ``Align-items-xs-flex-start`` props = Custom ("align-items-xs-flex-start", props)
let inline ``Direction-xs-column-reverse`` props = Custom ("direction-xs-column-reverse", props)
let inline ``Direction-xs-column`` props = Custom ("direction-xs-column", props)
let inline ``Direction-xs-row-reverse`` props = Custom ("direction-xs-row-reverse", props)
let inline ``Grid-xs-10`` props = Custom ("grid-xs-10", props)
let inline ``Grid-xs-11`` props = Custom ("grid-xs-11", props)
let inline ``Grid-xs-12`` props = Custom ("grid-xs-12", props)
let inline ``Grid-xs-1`` props = Custom ("grid-xs-1", props)
let inline ``Grid-xs-2`` props = Custom ("grid-xs-2", props)
let inline ``Grid-xs-3`` props = Custom ("grid-xs-3", props)
let inline ``Grid-xs-4`` props = Custom ("grid-xs-4", props)
let inline ``Grid-xs-5`` props = Custom ("grid-xs-5", props)
let inline ``Grid-xs-6`` props = Custom ("grid-xs-6", props)
let inline ``Grid-xs-7`` props = Custom ("grid-xs-7", props)
let inline ``Grid-xs-8`` props = Custom ("grid-xs-8", props)
let inline ``Grid-xs-9`` props = Custom ("grid-xs-9", props)
let inline ``Grid-xs-auto`` props = Custom ("grid-xs-auto", props)
let inline ``Grid-xs-true`` props = Custom ("grid-xs-true", props)
let inline ``Justify-xs-center`` props = Custom ("justify-xs-center", props)
let inline ``Justify-xs-flex-end`` props = Custom ("justify-xs-flex-end", props)
let inline ``Justify-xs-space-around`` props = Custom ("justify-xs-space-around", props)
let inline ``Justify-xs-space-between`` props = Custom ("justify-xs-space-between", props)
let inline ``Justify-xs-space-evenly`` props = Custom ("justify-xs-space-evenly", props)
let inline ``Spacing-xs-16`` props = Custom ("spacing-xs-16", props)
let inline ``Spacing-xs-24`` props = Custom ("spacing-xs-24", props)
let inline ``Spacing-xs-32`` props = Custom ("spacing-xs-32", props)
let inline ``Spacing-xs-40`` props = Custom ("spacing-xs-40", props)
let inline ``Spacing-xs-8`` props = Custom ("spacing-xs-8", props)
let inline ``Wrap-xs-nowrap`` props = Custom ("wrap-xs-nowrap", props)
let inline ``Wrap-xs-wrap-reverse`` props = Custom ("wrap-xs-wrap-reverse", props)

type [<Erase; RequireQualifiedAccess>] StyleType =
| Styles of IStyles list
Expand Down

0 comments on commit 07be876

Please sign in to comment.