# AnyGrid – CSS Grids Generator that uses BEM notations and etc.!

[Vasya Aksyonov](https://twitter.com/outring) developed a great project — **CSS Grids Generator** called [AnyGrid](http://outring.github.io/anygrid/).

You give it a number of columns, gutter width, check a box if legacy IE support, container context respore or [BEM notations usage for CSS](https://en.bem.info/method/definitions/) is needed, than press a button and, voila, your code is ready to use!

Moreover, before Opera 12 release it was the only fluid grid, that worked correctly in that browser. By now it is the only grid that works closely to the way [CSS3 Grid](http://dev.w3.org/csswg/css-grid/) will work because of independant modules.

To develop it's main functionality adjacent descendant selectors were left aside: all module sizes are calculated relatively grid container size. You may use as many crid configurations (regarding a number of columns) as you like, with every configuration your CSS file will grow bigger only on a size of one rule.

It is the only grid with ~~no one needed~~ killer-feature that allows making linked to content flyouts from module content with the size according to the grid settings.

And it is the only no documentation grid :D

Besides, it can become your ~~chance to rock the world~~ project: Vasya is actively looking for those, who is interested in maintaining and frther developing the project!

If you want to support the project, write directly to Vasya: <outring@gmail.com>

**Vasya Aksyonov**, interface display models specialist. Formerly interface developer in Yandex and head of interface development in SKB Kontur. [Twitter](https://twitter.com/outring), [GitHub](https://github.com/outring/anygrid).

**Stay BEMed!**
