Dmytro Tsysar

Results 11 comments of Dmytro Tsysar

> Which version of Windi CSS are you using? I tried 2 ways: windicss cli v3.4.3 and webpack-plugin v1.6.4 Do you need a reproduction repo?

I believe I can make PR for this. For what properties do you want to do ~~longhand~~ shorthand? Paddings, margins, border-colors, border-styles, border-widths...

Padding(margin, etc) shorthands are easy to understand and easy to write. I prefer longhands by default, but imho it is nice to have a possibility to go shorthand if devs...

For box-shadows this "crazy" syntax can work `Bxsh(3px,3px,red,comma,-1em,0,0.4em,olive)` or even `Bxsh(3px,3px,red,|,-1em,0,0.4em,olive)`

https://philipwalton.github.io/solved-by-flexbox/demos/holy-grail/

default bootstrap 4 https://getbootstrap.com/docs/4.0/components/navs/#vertical is ok

Is grid layout a methodology? Any methodology can use it

More different components with more different css classes and rules. Atomic CSS shines better if we use it for larger examples. My personal opinion: one html page can't show full...