Skip to content

Commit

Permalink
Refactoring Forms [wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Hedges committed Feb 6, 2015
1 parent 87f5d8b commit 5b5d21a
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 264 deletions.
3 changes: 2 additions & 1 deletion lib/fluidity.styl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// These are in order here based on dependency.

@import "fluidity/normalize"
@import "fluidity/mixins"
@import "fluidity/css3"
@import "fluidity/type"
@import "fluidity/semantic-grid"
@import "fluidity/css3"
@import "fluidity/forms"
@import "fluidity/components"
29 changes: 29 additions & 0 deletions lib/fluidity/css3.styl
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,35 @@ column-gap()
column-rule()
vendorize "column-rule", arguments

column-rule-color()
vendorize "column-rule-color", arguments

column-rule-style()
vendorize "column-rule-style", arguments

column-rule-width()
vendorize "column-rule-width", arguments

column-fill()
vendorize "column-fill", arguments

column-span()
vendorize "column-span", arguments

column-width()
vendorize "column-width", arguments

break-inside()
vendorize "break-inside", arguments
vendorize "column-break-inside", arguments
break-before()
vendorize "break-before", arguments
vendorize "column-break-before", arguments
break-after()
vendorize "break-after", arguments
vendorize "column-break-after", arguments


// CSS3 UI Properties

appearance()
Expand Down
Loading

0 comments on commit 5b5d21a

Please sign in to comment.