@intrnl/velvet-transform-classname-minify

0.1.2 • Public • Published

Velvet transformer to minify CSS class names

<div class='red'>Red color</div>
<div class='blue'>Blue color</div>

<style>
	.red {
		color: red;
	}

	.blue {
		color: blue;
	}
</style>
<div class='a'>Red color</div>
<div class='b'>Blue color</div>

<style>
	.a {
		color: red;
	}

	.b {
		color: blue;
	}
</style>

Readme

Keywords

none

Package Sidebar

Install

npm i @intrnl/velvet-transform-classname-minify

Weekly Downloads

2

Version

0.1.2

License

MIT

Unpacked Size

20.1 kB

Total Files

4

Last publish

Collaborators

  • intrnl