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

Commit

Permalink
use ::content syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Mar 26, 2014
1 parent 9c953f2 commit 22c331d
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;
}

content /content/ .flex,
content /content/ [flex],
content /content/ [fit] {
::content > .flex,
::content > [flex],
::content > [fit] {
-webkit-box-flex: 1;
-ms-flex: 1;
-moz-flex: 1;
Expand Down

0 comments on commit 22c331d

Please sign in to comment.