A
A
Alibek Kulseitov2017-10-11 23:24:54
css
Alibek Kulseitov, 2017-10-11 23:24:54

How to transfer the project to the back end?

In general, the problem is this.
I want to abandon the bootstrap but connect its grid to my written framework.
I want that there were no bootstrap classes except for the grid and the container.
I type in BEM.
Now the question itself: What if almost every time when transferring layout to the back-end, programmers complain that there is no bootstrap? And even if they include bootstrap, bootstrap will break my styles.
For example: etc. There are such classes in the bootstrap and it is they who will kill or add their own styles on top of my styles. Have you experienced this? .btn, .pagination, .breadcrumbs

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Andrey Ezhgurov, 2017-10-12
@eandr_67

If bootstrap is specified in the TOR, then bootstrap should be in the work performed - and nothing else. If there is no such requirement in the TOR, then what are the claims?
To use the names of classes in the layout that coincide with the names of the classes of the commonly used library is a very bad tone: the same rake that you stepped on on a grand scale. Is it really more difficult to rename the names of your classes once than to correct the consequences of your erroneous decision from time to time?

E
eRKa, 2017-10-12
@kttotto

If you knew that they wanted a bootstrap on the backend, then you should have taken this into account when laying it out, and accordingly take into account how to name your classes. And just by whim, you create problems that can lead to an increase in the cost of the product. The employer will not experience joy from this.
A good performer is one who realizes all wishes, especially since he is paid for it.
So add a bootstrap and rename the classes so there are no name conflicts.

X
Xenia, 2017-10-12
@TGNC

well, if it's so critical, connect your styles after the bootstrap ones

M
Maxim Timofeev, 2017-10-12
@webinar

almost every time when passing the layout to the back-end, programmers complain that there is no bootstrap

what's the difference to them? I understand that it’s not convenient for other layout designers, since they don’t know your framework, but as a backend developer, I don’t care. Another question is how it's done? If there is a layout that you can drag somewhere without rewriting, and then there is also an unfamiliar bicycle.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question