filamentgroup / tablesaw

A group of plugins for responsive tables.
MIT License
5.48k stars 434 forks source link

Update `linear-gradient` direction syntax #202

Closed raybrownco closed 8 years ago

raybrownco commented 8 years ago

When running the test suite for a project that uses Tablesaw, I see the following warnings:

image

I've seen these warnings for a few weeks now, and I've traced them back to Tablesaw. The src/tables.toolbar.css stylesheet contained references to an outdated linear gradient direction syntax (ex: linear-gradient( top, #fff, #000 );).

This commit updates those references to the current syntax (to bottom instead of top).

zachleat commented 8 years ago

Thanks @bitmanic!