twovc

over-ride tailwind classes

Usage no npm install needed!

<script type="module">
  import twovc from 'https://cdn.skypack.dev/twovc';
</script>

README

TWOVC

Overide all default classnames

npm i twovc

import twovc from "twovc";
function App() {
  return (
    <div className={twovc("border-solid", "border-dotted")}>Hello World</div>
  );
}
// In above only border-dotted will be returned classname