Skip to content

Fix CSS imports (must be on top of file)

Nicolas Frandeboeuf requested to merge nicofrand/kresus:split-css into master

CSS @import must be the first rules in a file (after @charset). This MR fixes it the base.css file by moving the generic/structure rules (which must be declared in first so that other rules can rely on them) in a dedicated file which is then imported too.

See https://developer.mozilla.org/en-US/docs/Web/CSS/@import

Merge request reports