cbillowes/curious-programmer-oxygen

View on GitHub
src/components/PostListing/PostListing.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#post-listing {

Don't use IDs in selectors.
Open

#post-listing hr {

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: content-box;

Fallback border-top (hex or RGB) should precede RGBA border-top.
Open

    border-top: 1px solid rgba(0,0,0,.1);

Rule doesn't have all its properties in alphabetical order.
Open

#post-listing hr {

There are no issues that match your filters.

Category
Status