Add JS function to get CSS property values from element. #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create a function that allows you to use an element to get the property values (e.g. font-size from a displayed font) this will ensure that the properties stay in sync with the css.
getCSS function has been added. Needs enhancement to get the size at a particular breakpoint other than the current one. (Not sure if there is an easy way to do this.)