You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NativeScript CSS property value does not currently appear to support; inherit, initial, !important and unset.
All four of these are very useful in some situations; see: http://www.quirksmode.org/css/cascading/values.html
You are right - there is still no support for these values.
There is support for inheritable properties - for example the font related properties are inherited. This means they will inherit their values from their parent. So you can do: Page { color: blue; } to make all text on the page blue. However, there is no way to force inheritance for properties that are not inheritable by default.
That said if you have more specific scenario that requires inherit, initial and unset values it would be useful to share it.
Uh oh!
There was an error while loading. Please reload this page.
The NativeScript CSS property value does not currently appear to support;
inherit, initial, !important and unset.
All four of these are very useful in some situations; see:
http://www.quirksmode.org/css/cascading/values.html
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: