1.0.0 • Published 5 years ago

@morteza-jamali/helpercss v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

HelperCSS is a class based CSS library that provide a good way for styling elements using class .

I want to create top element using Bootstrap class and CSS styles

<div class="bg-danger border border-top-0 border-primary rounded-circle text-white pt-3" 
	 style="border-top-right-radius:0 !important; border-bottom-left-radius:0 !important; border-width: 2px">
	Hello
</div>

Oops! . I have many class and css styles in here that can confuse me . So , i use HelperCSS .

<div class="color:b:red border:2:blue border:t:0  color:f:white padding:t:3 border-radius:tl:br:200x" >
	Hello
</div>

That's pretty cool !