Less-CSS3-Mixins
Less-CSS3-Mixins copied to clipboard
Collection of CSS3 Mixins to use with Less CSS
Results
2
Less-CSS3-Mixins issues
Sort by
recently updated
recently updated
newest added
In my project I am getting a lot of mismatched opacity levels. I inspected the generated CSS and found that "filter:alpha(opacity=x); != opacity:x;" for my calls to the ".opacity" mixin....
I'm trying to use a border-radius like: ``` css body { .border-radius(20px, 20px, 20px, 20px); } ``` But this triggers an error: `Cannot call method 'slice' of undefined` I found...