UNPKG

cssrecipes-defaults

Version:

Just a few handy default styles for your `<html>` pages

6 lines (5 loc) 203 B
/* * Makes the hidden attribute works even when an element is styled display: flex * http://lists.w3.org/Archives/Public/public-whatwg-archive/2014May/0001.html */ [hidden] {display: none !important}