Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for IE8 #31

Open
adelura opened this issue Mar 18, 2015 · 1 comment
Open

Support for IE8 #31

adelura opened this issue Mar 18, 2015 · 1 comment

Comments

@adelura
Copy link
Contributor

adelura commented Mar 18, 2015

Didn't check all samples but at least documentation page layout is broken on IE8. Switcher: #13 also. Update: examples are broken as well.

@oleq
Copy link
Contributor

oleq commented Mar 23, 2015

There's hardly anything broken there:

  • some styles are not so fancy (i.e. border gradients),

  • hljs does not start (we should disable it in IE8) in docs.

  • .freed-width in components/basicsample/core.less cannot be used that way because IE8 does not support :not():

    &:not( .freed-width ) {
        max-width: 960px + 2 * @grid-gutter-width;
    }

    It breaks the layout of samples/cke-basic and derivatives. I don't know why .freed-width has been implemented in There should be possibility to freed grid container width #28, anyway. There's no use-case for it.

It does not need to beautiful. It must work and we're very close to that level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants