ozwaldorf / iron-grid

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

remove space between value and unit #30

Closed StudioSpindle closed 7 years ago

StudioSpindle commented 7 years ago

.iron-container { ... } and .iron-container::content iron-grid { ... } had values and unit with a space between them causing them not to render on the front end.

Removed the spaces so they render.