Mariela Gonzalez

Results 4 issues of Mariela Gonzalez

I love your component, and I've used it on other projects, but I got this error trying to install the Planet component on a new project: ![image](https://user-images.githubusercontent.com/3533830/154531109-05d9abe5-9d2d-490d-b501-c8a43c55a05f.png) I had to...

@clivezhg first of all, this is a great extension! thanks a lot for develop it! The only thing that I couldn't solve with your extension is that the parent items...

The component only allows bottom positions right-left-center. Is it possible to add top positions right-left-center with menu opening to bottom?

// Calc /// @param {*} $property Property /// @param {*} $expression Expression @mixin calc($property, $expression) { #{$property}: -moz-calc(#{$expression}); #{$property}: -webkit-calc(#{$expression}); #{$property}: calc(#{$expression}); } // Calc with default /// @param {*}...