## F.A.Q.
Mobile first or desktop first?

this library does not take a mobile-first approach. It also does not use a desktop-centric approach. But there is an opportunity to apply one or another approach in the library. Read the instructions carefully. The library combines both approaches.

Benefits of this approach

Faster rendering speed

Since you don't need to apply styles and then overwrite them

Since you don't need to apply styles and then overwrite them

You don't have to think about which approach to use.

since the hybrid approach is backward compatible with any of the approaches


Disadvantages of this approach

increases file size almost insignificantly

due to the use of both the minimum and maximum value

Documentation in another language?

There is currently no documentation in other languages.Work in progress. If you would like to help us translate, you can send a pull request to the author.

Your library won't start!

Please check your version node js. - Tested and works correctly since version 14

check your transpiler `less` - the library was tested as with a regular transpiler. Same thing via 'webpack' 'gulp'

Check if the library is connected correctly

You are trying to run the library through the browser? This does not work. You need node js to work

I checked everything and tried everything. But still doesn't work - Please write to the author about this problem. Preferably informative with screenshots. So that we can help you

The library is too big - what's the problem?

Don't worry about it - your latest kit will only get what you need.

My bundle is too big.

To reduce the size of the bundle, we recommend using minifiers in conjunction with the library to combine media query.

Do you have any suggestions for the library?

Please write to the author or send a pull request. We will be glad to consider your suggestions.