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

Tailwinds Support #155

Open
osean-man opened this issue Apr 12, 2021 · 1 comment
Open

Tailwinds Support #155

osean-man opened this issue Apr 12, 2021 · 1 comment

Comments

@osean-man
Copy link

Is there support for Tailwind coming? If not, how can I disable the bootstrap imports? They are conflicting with my current css.

@agusmakmun
Copy link
Owner

agusmakmun commented Apr 13, 2021

If in /admin/ of django, you need to use your own
themed "bootstrap" or "semantic ui" dependency replace the values with the file in your static files dir:

MARTOR_ALTERNATIVE_JS_FILE_THEME = "semantic-themed/semantic.min.js"   # default None
MARTOR_ALTERNATIVE_CSS_FILE_THEME = "semantic-themed/semantic.min.css" # default None
MARTOR_ALTERNATIVE_JQUERY_JS_FILE = "jquery/dist/jquery.min.js"        # default None

but, if you working on outside of it, you can directly change the base css of bootstrap, you can see this examples:

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

No branches or pull requests

2 participants