"Include GitLab CSS bundle" checkbox doesn't follow resources' order of that of gitlab.com
The "Include GitLab CSS bundle" feature of Storybook at https://gitlab-org.gitlab.io/gitlab-ui/ is supposed to provide an idea of how that or another component is supposed to look like when put into the context of GitLab product. However, the order of resources is wrong in this case:
- Storybook suggests that
gitlab-ui
resources (stylesheet) overrides those of GitLab, while - in GitLabm, the order of stylesheets is such that most of the stylesheets can override
gitlab-ui
styles
This is in part the reason our gitlab-ui
components don't look consistent in different contexts of GitLab.
Either:
- we have to update the Storybook feature, OR
- that might be a bit better, update GitLab even though it might raise a lot of regressions