femslash-city/sass/_base-sass/_base-HTML5.scss
Agnes 596fd85f2f
Some checks failed
CI / test (push) Has been cancelled
accidentally leaked secrets so had to nuke shit fuck
2026-08-19 17:29:54 -04:00

10 lines
429 B
SCSS

// ----------------------------------------------------------------
// HTML5 Elements that need some additional loving
// ----------------------------------------------------------------
// Give HTML5 elements block display, which is not defined in ie8/9
article, aside, details, figure, figcaption, footer,
header, main, nav, section, summary{display:block}
// Makes hidden actually [hidden] in IE 8/9
[hidden]{display:none}