Marvin Heilemann

Results 141 issues of Marvin Heilemann

I can't help myself but I don't get it working properly. I have added stickybits to stick and element at the top that is inside a `100vh` container with `overflow-y:scroll`....

## Expected behavior Should preview the select file ## Actual behavior Previews the file where I have last edited something (even when I just insert a single space) ## Steps...

First: Nice library. I love it. Two little things that I came up to. If I want to style some div from midnight, I have to use !important. That is...

It happened today that I had to realize that bootstrap-loader cannot find my `.bootstraprc.json`. There is a package called [Cosmiconfig](https://github.com/davidtheclark/cosmiconfig) that would better handle those configs.

enhancement
PRs Welcome

Hey I just wanted to ask if this MS Edge version is legit or a just a test/fork? Would like to use it but don't know if it will receive...

# Problem Summary I am trying to align a footer cell to right. ## Expected Result (screen shot if possible) ## Actual Result (screen shot if possible) ## Environment Information...

The user should be able to toggle the checkbox with a click on the label.

See: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties In modern applications that are created with Ionic the recommend the new logical properties, so instead of `margin-left:` we are using `margin-inline-start:`.

**What version of `stylelint`, `prettier` and `stylelint-prettier` are you using?** ``` "prettier": "^2.3.2", "stylelint": "^13.13.1", "stylelint-config-prettier": "^8.0.2", "stylelint-config-recess-order": "^2.5.0", "stylelint-config-recommended-scss": "^4.2.0", "stylelint-config-standard": "^22.0.0", "stylelint-order": "^4.1.0", "stylelint-prettier": "^1.2.0", "stylelint-scss": "^3.19.0", ```...

Would be cool to have a separate package that allows grouping with empty lines. ```scss a { position: relative; box-sizing: inherit; } ``` becomse: ```scss a { position: relative; box-sizing:...