| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
this is gonna be merged? |
Sorry, something went wrong.
|
@exejutable |
Sorry, something went wrong.
…to feat/css-variables
|
Can this merged please !!! I'm migrating my web app to a shared codebase and this is last missing piece to handle universal Theming. |
Sorry, something went wrong.
|
I've tested this PR a bit and it seems to be working rather nice. |
Sorry, something went wrong.
|
@manoldonev reduce-css-calc doesn't take up much space and work as advertised, but it is a new extra dependency plus its dependencies. |
Sorry, something went wrong.
|
@manoldonev Seems to work fine, but it needs a little clean up. |
Sorry, something went wrong.
|
test |
Sorry, something went wrong.
|
Hi @manoldonev, Unfortunately I have discovered a limitation with the css-calc support. Expressions like calc(100% - 30px + 20px) are reduced to calc(100% - 10px) because we don't know what the relative size of 100% is at the time. Can we leave it as a known limitation and print a warning if/when it happens? |
Sorry, something went wrong.
|
Hey @m-abs, this feat will be available in the next version of tns-core-modules@next and |
Sorry, something went wrong.
|
@m-abs can you log this limitation #7553 (comment) as a separate issue and we will mark it with the "known issues" label for the time being? |
Sorry, something went wrong.
|
@m-abs Thank you for the awesome contribution and for taking time to address all comments! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Checklist
What is the current behavior?
No support for css-variable or for css-calc
What is the new behavior?
Adds basic support for css-variable and css-calc
Adds support for calc(...) in CSS, via reduce-css-calc.
What is still missing:
Implements #4864