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

Convert CSS files to Sass #17

Open
it-vegard opened this issue Aug 4, 2020 · 0 comments
Open

Convert CSS files to Sass #17

it-vegard opened this issue Aug 4, 2020 · 0 comments

Comments

@it-vegard
Copy link
Owner

Explanation

The current implementation makes heavy use of native CSS variables. Unfortunately, IE does not support this, and probably never will. It would, of course, be nice to forget all about IE, but for various reasons, like corporate policy or support for assistive technology, IE is still used quite a bit. So, we need to fix this.

Suggested solution

To keep using variables, I suggest converting to Sass, and using Sass variables.
We have to stop using CSS Variables in JS, which will require a bit of re-writing, but it shouldn't be too time-consuming.

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

1 participant