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

CSS Grid with insertCSS is not working #11496

Closed
developerpruthvi opened this issue Dec 21, 2017 · 2 comments
Closed

CSS Grid with insertCSS is not working #11496

developerpruthvi opened this issue Dec 21, 2017 · 2 comments

Comments

@developerpruthvi
Copy link

developerpruthvi commented Dec 21, 2017

Electron Version: 1.7.9
Operating System: RHEL 7

Hi, recently I tried to inject Some CSS using insertCSS into a webview but it's not getting injected as expected. I'm sure that injection is happening but only CSS Grid styles are not parsed properly.
For example, the following CSS:

@media(min-width: 660px) {
  .main-nav {
    grid: 1fr / 100px 1fr 400px;
  }
}

was converted like this:

image

Any help is appreciated, Thanks.

@welcome
Copy link

welcome bot commented Dec 21, 2017

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

To help make it easier for us to investigate your issue, please follow the contributing guidelines.

@sofianguy
Copy link
Contributor

@developerpruthvi Thanks for reaching out!

Because we treat our issues list as the team's backlog, we close issues that are questions since they don't represent a task needing to be completed. For most questions about Electron there are a lot of options.
Check out the Electron community. There are also a bunch of helpful people in this community forum that should be willing to point you in the right direction.

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