I came across this when using the .navbar-embossed. The converted less files have quite a few fade functions. To complicate things, there is even one place where it uses a decimal vs the proper percentage that Less requires. This function handles that situation too. It is odd in that it has to flip the value that is passed down to Sass's fade_out function. I tested my compiled out both visually and within the code – a perfect match to the pre-compiled flat-ui-pro.
I came across this when using the
.navbar-embossed
. The converted less files have quite a few fade functions. To complicate things, there is even one place where it uses a decimal vs the proper percentage that Less requires. This function handles that situation too. It is odd in that it has to flip the value that is passed down to Sass's fade_out function. I tested my compiled out both visually and within the code – a perfect match to the pre-compiled flat-ui-pro.