Mixins.Helper is a basic and useful collection of Less Mixins Functions that are used to redeuce the work needed to apply styling to elements and cross-browser CSS compatibility. Mixins.Helper comes with a visual studio and microsoft friendly NuGet package.
####Step 1 Add Mixins.Helper NuGet to your project
PM> Install-Package Mixins.Helper
####Step 2 Import Mixins.Helper with this line in top of your less
@import "mixins.helper.less";
####Step 3
After press .
you can find out your Mixins from Visual Studio intelliSense box.
Sample of Mixins Helper
- .left
- .right
- .center
- .fullscreen
- .hide()
- .edge-less
- .no-select
- .border-radius(radius)
- .border-radiuses (topright, bottomright, bottomleft, topleft)
- .text-overflow(type)
- .truncate
- .text-shadow (shadow)
- .box-shadow(shadow)
- .drop-shadow (x, y, blur, spread, alpha)
- .inner-shadow (x, y, blur, spread, alpha)
- .box-sizing (type)
- .opacity (opacity)
- .gradient (startColor, endColor)
- .horizontal-gradient (startColor, endColor)
- .animation (name, duration, delay, ease)
- .transition (prop, time, ease)
- .rotate (deg)
- .scale (factor)
- .skew (deg1, deg2)
- .translate (x, y)
- .translate3d (x, y, z)
- .perspective (value)
- .transform-origin (x, y) and more...
This project is dedicated to public and is free for all uses, commercial or otherwise. Supported by Web Design Iran