Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS conflict with Bootstrap #3

Open
centurianii opened this issue Mar 9, 2018 · 2 comments
Open

CSS conflict with Bootstrap #3

centurianii opened this issue Mar 9, 2018 · 2 comments

Comments

@centurianii
Copy link

centurianii commented Mar 9, 2018

I noticed that any one of the following:

  • ax5modal.css,

  • ax5dialog.css

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
Copy link
Author

centurianii commented Mar 9, 2018

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

@centurianii
Copy link
Author

centurianii commented Mar 9, 2018

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant