Git Product home page Git Product logo

mixins.helper's Introduction

Mixins.Helper

Codacy Badge

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.

Get Started (with Visual Studio)

####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.

Documentation

Sample of Mixins Helper

  1. .left
  2. .right
  3. .center
  4. .fullscreen
  5. .hide()
  6. .edge-less
  7. .no-select
  8. .border-radius(radius)
  9. .border-radiuses (topright, bottomright, bottomleft, topleft)
  10. .text-overflow(type)
  11. .truncate
  12. .text-shadow (shadow)
  13. .box-shadow(shadow)
  14. .drop-shadow (x, y, blur, spread, alpha)
  15. .inner-shadow (x, y, blur, spread, alpha)
  16. .box-sizing (type)
  17. .opacity (opacity)
  18. .gradient (startColor, endColor)
  19. .horizontal-gradient (startColor, endColor)
  20. .animation (name, duration, delay, ease)
  21. .transition (prop, time, ease)
  22. .rotate (deg)
  23. .scale (factor)
  24. .skew (deg1, deg2)
  25. .translate (x, y)
  26. .translate3d (x, y, z)
  27. .perspective (value)
  28. .transform-origin (x, y) and more...

License

This project is dedicated to public and is free for all uses, commercial or otherwise. Supported by Web Design Iran

mixins.helper's People

Contributors

amastaneh avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.