We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
_dnn.css
Currently, _dnn.css is imported in styles.css. This means it is always loaded whether it is needed or not.
styles.css
Implement a mechanism to load these base DNN styles conditionally only if they are needed.
n/a
This should obviously include administrators and super users, but it would also apply to any user with page or module edit rights.
The text was updated successfully, but these errors were encountered:
david-poindexter
No branches or pull requests
Is your feature request related to a problem?
Currently,
_dnn.css
is imported instyles.css
. This means it is always loaded whether it is needed or not.Describe the solution you'd like
Implement a mechanism to load these base DNN styles conditionally only if they are needed.
Describe alternatives you've considered
n/a
Additional context
This should obviously include administrators and super users, but it would also apply to any user with page or module edit rights.
The text was updated successfully, but these errors were encountered: