Jens Descamps

Results 5 comments of Jens Descamps

Thanks for your response. I know it follows a css coding style, but having the option to add a newline before the selecter would help with readability. For me at...

Thanks for this! It works, but not perfectly. Sometimes, instead of adding the space before the selector, it adds it before the closing bracket. If this could be fixed, that...

Sure. Take for example this piece of Sass: ``` .test { font-size: 2em; background-color: #fff; .testCase { font-size: 3em; p { color: #CCC; font-weight: bold; } } .anotherTestCase { color:...

My target is as follows: ``` .test { font-size: 2em; background-color: #fff; .testCase { font-size: 3em; p { font-weight: bold; color: #ccc; } } .anotherTestCase { @extend .testCase; color: #000;...

@jillztom I know this doesn't fix anything, but I have added the `input__container--content` class to the FloatingLabel component whenever it has a value. This works as a workaround for the...