UNPKG

get-style-property

Version:

Gets the current value of a style property for a given DOM element.

12 lines (11 loc) 229 B
<!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title>Testing get-style-property</title> </head> <body> <h2>Testing get-style-property</h2> <script type="text/javascript" src="./bundle.js"></script> </body> </html>