DNN 10: Aperture theme #6504
|
I used to build themes based on bootstrap, I see DNN10 has Aperture, I don't know whether to build themes on Aperture or continue on Bootstrap, if continue on bootstrap, can I take advantage of the new style improvements on DNN10? |
Answered by
mitchelsellers
Apr 13, 2025
Replies: 1 comment 1 reply
|
Aperture was created as a theme without external dependencies, to allow for a clean installation and to avoid the possibility of third-party security concerns. You can absolutely utilize Bootstrap, Tailwind, Material or any other framework as well. If you plan to incorporate the style/color changes you will simply need to implement mappings to bring the DNN Variables into the proper place of your particular framework. |
1 reply
Answer selected by
valadas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Aperture was created as a theme without external dependencies, to allow for a clean installation and to avoid the possibility of third-party security concerns. You can absolutely utilize Bootstrap, Tailwind, Material or any other framework as well.
If you plan to incorporate the style/color changes you will simply need to implement mappings to bring the DNN Variables into the proper place of your particular framework.