isotope.css in Isotope (with Masonry and Packery) 7.2
Minimal CSS that applies to every probable implementation.
File
isotope.cssView source
- /**
- * @file
- * Minimal CSS that applies to every probable implementation.
- */
-
- .isotope-element .sort-data,
- .isotope-grid-sizer,
- .isotope-gutter-sizer {
- display: none;
- }
-
- /* clear fix */
- .isotope-container:after {
- content: '';
- display: block;
- clear: both;
- }