Andrey Sitnik

Results 1053 comments of Andrey Sitnik

Sorry, Autoprefixer was not created to process SCSS sources. We can do it but without the ideal result. Possible solutions: 1. You can send pull request. I will not have...

Are you talking about CSS Grid? @Dan503 could help you here. Also, check https://github.com/postcss/autoprefixer/issues/1237

@fabb Update to 9.4.2. We already fixed you issue. Reopen issue if it will be repeated in 9.4.2.

@bogdan0083 do you want to send PR? Next 2 days I will be in flights.

Do you want to send PR with grid area declaration inheriting?

The reason why we do not copy is that it is hard to do it for all cases. For instance: ```css .grid { grid-template-columns: repeat(3, 1fr); } @media (min-width: 900px)...

@Unknow-max hm, I like the idea. Do you want to try and send a pull request?

I think we can try. In contrast with other questions and topics of `README.md`, using Grid for IE is a very special case, when you may prefer separate docs. @Dan503...

The new docs look much focused. It was a really good idea. Can we simplify example (with 2-3 grid cells, instead of 4) and use some real cases like `menu...