ozwaldorf / iron-grid

Iron Grid - A Responsive Grid System for Polymer
MIT License
67 stars 24 forks source link

Polymer2 & es6 #40

Closed DarkSideOfMo0n closed 6 years ago

DarkSideOfMo0n commented 6 years ago

This PR upgrades iron-grid to polymer 2 and es6. It uses ResizeObserver for resize detection. It is already template string based so that the upcomming upgrade to polymer3 will be painless. iron-grid-container was moved to its own file. Inline Demo was added for webcomponents.org

DarkSideOfMo0n commented 6 years ago

up!

onlinerahul commented 6 years ago

So will this version available, can we now use with polymer 2?

DarkSideOfMo0n commented 6 years ago

Yes if you use latest master it is using polymer 2.

onlinerahul commented 6 years ago

what if i need to override the media breakpoints? because as per the iron-grid.html all the breakpoint trigger using [::content .xs{{3}}-important] so if i need to change how could i use @media rule?