dom-remove-style

Removes style attribute from an element

Usage no npm install needed!

<script type="module">
  import domRemoveStyle from 'https://cdn.skypack.dev/dom-remove-style';
</script>

README

dom-remove-style

Removes style attribute from an element

Installation

$ component install nk-components/dom-remove-style

or with npm

$ npm install nk-components/dom-remove-style --save

API

var removeStyle = require('dom-remove-style');
removeStyle(document.querySelector('#emlt'));

License

MIT