Rich

Results 5 issues of Rich

Hi. Firstly, amazing—love the package. We need more packages that provide behaviour without custom style and scope. I am trying to create a UI with endless-scroll but when I position...

So I've set `semantic-ui-less` as an npm dependancy for my project, I then include `@import "semantic-ui-less/semantic.less";` in my project less file and add the `theme.config` file next to it. Run...

I'm running `et -c resources/assets/less/element-variables.scss` from the root of my project but the generator seems to be ignoring the argument and looking for `element-variables.scss` in the working directory. ``` Error:...

As I was trying to customise the colours, I found using variables set using the `color()` function wouldn't inherit from the local scope of variables. So: ``` --color-base-black: color(var(--color-black) h(+6)...

When I run `vagrant up` I keep getting errors and the box never has mysql/php etc. ``` $ vagrant up [default] VM already created. Booting if it's not already running......