ax5ui / ax5ui-modal

Javascript UI Component - Modal (JavaScript Modal ) / jQuery / Bootstrap / Modal
http://ax5.io
MIT License
19 stars 0 forks source link

CSS conflict with Bootstrap #3

Open centurianii opened 6 years ago

centurianii commented 6 years ago

I noticed that any one of the following:

conflict with Bootstrap 3 at least. By saying conflict I mean that many of your rules already exist at Bootstrap!

Also, it seems that in your css you have a lot of reset rules (already Bootstrap takes care of these).

So, my questions are:

1) can we avoid conflict (a new class maybe at html)?

2) can we remove css reset rules and everything redundant under Bootstrap? and,

3) can we have the uncompressed versions of css files?

centurianii commented 6 years ago

So, it seems I have to delete ALL rules up to @-webkit-keyframes ax-modal (not including) in ax5modal.css as redundant...

centurianii commented 6 years ago

The same applies to ax5dialog.css; delete everything up to @-webkit-keyframes ax-dialog (not including)... and it seems everything is name-spaced already so erase my question (1).