Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
remove deprecated styles and use ::content
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Mar 6, 2014
1 parent e73e29b commit eae3b6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions polymer-flex-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ license that can be found in the LICENSE file.
flex: 1;
}

::-webkit-distributed(.flex),
::-webkit-distributed([flex]),
::-webkit-distributed([fit]) {
::content(.flex),
::content([flex]),
::content([fit]) {
-webkit-box-flex: 1;
-ms-flex: 1;
-moz-flex: 1;
Expand Down

0 comments on commit eae3b6f

Please sign in to comment.