Anton Shchukin

Results 7 comments of Anton Shchukin

Same here. Can be considered to use fallback like so: `.bricklayer > * { width: 150px; }` This selector will work only when plugin is disabled or not working.

Maybe should update a readme? `This plugin works seamlessly with, Safari, Firefox, Chrome and all other modern browsers.`

I found a nice way to use bricklayer: https://jsfiddle.net/totn2yL0/7/ much better than this: http://prnt.sc/b4kvrb Many thanks for plugin. Can't wait to use it in project I am currently working on.

I don't understand one thing there: http://prntscr.com/b4lvfw

> default box sizing is not really intuitive It isn't. I agree. But it is default and here is a point. Now we, developers, separated into two camps, like Villariba...

From the other side if you use default `content-box` in framework I can use both of `content-box` or `border-box` in my project. If you set framework box-sizing to `border-box` I...

@BafS it is up to you of course, but you get it wrong. In case of framework you can please everybody. Just don't change default `box-sizing`. And all those frameworks...