This content has been marked as final.
Show 2 replies
-
1. Re: CSS media selector and calc() function not working.
ericjohnpederson Apr 3, 2018 11:03 AM (in response to ericjohnpederson)I'm also having a issue with custom css properties.
For example, this isn't working:
--paper-input-container-color: red;
I believe this is a problem with Errai because it works properly in the browser's developer console,
but doesn't show up if it is put into a style sheet for a Templated class.
for example: @Templated(provider = HomeTemplateProvider.class, stylesheet = "home.css")
Any media selectors, calc functions, or custom properties in home.css won't work.
They will however work if they are put into the index page, but this is not ideal.
-
2. Re: CSS media selector and calc() function not working.
george.trudeau Jun 1, 2018 12:08 PM (in response to ericjohnpederson)Does it happen when running gwt:codeserver ?
If so I have a similar problem which I reported there : [ERRAI-1109]