Commit 56c8826c authored by Mark Otto's avatar Mark Otto

Fixes #10452: Add note about deprecation of .nav-divider

Should have been dropped in v3, but ah well, we missed it. So, it gets
the deprecation.
parent 124c80b3
......@@ -51,12 +51,17 @@
}
}
// Dividers (basically an hr) within the dropdown
// Nav dividers (deprecated with v3.0.1)
//
// This should have been removed in v3 with the dropping of `.nav-list`, but
// we missed it. We don't currently support this anywhere, but in the interest
// of maintaining backward compatibility in case you use it, it's deprecated.
.nav-divider {
.nav-divider();
}
// Prevent IE8 from misplacing imgs
//
// See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989
> li > a > img {
max-width: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment