Universeorange.com/Docs/

Priya library Function reference Element functions computedStyle

    ready(() => {
        let div = select('div');
        console.log(div.computedStyle());
    });

With this function you can get the computed style of the element.

Last modified: 2021-06-07

© 2021 universeorange.com