Problem/Motivation
We want theme settings files to load over any other potential styles.
Proposed resolution
Move these lines to load within the theme region for styles:
- color
- font
- size
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | prototype-theme-3380579.patch | 831 bytes | shreya_th |
Issue fork prototype-3380579
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
shreya_th commentedI've moved the settings into theme section within the libraries.yml file successfully. Kindly review the patch file .
Comment #3
pixelwhip commentedThanks for taking a swing at this. This patch misses `dist/css/global/settings/space.css`.
Comment #4
shreya_th commented@pixelwhip `dist/css/global/settings/space.css` is already present inside base section in patch .
Comment #6
jldust commentedI've created a MR based on the comments listed above, please review.
Comment #8
jldust commentedThis has been merged in and will be included in the next release.
Comment #10
jldust commented