Harmonize CSS files #797
cherrynoize
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I love the concept of the separately loadable CSS files. I would like to see some harmonization though.
Now we have:
userChrome
for chrome editing;userContent
for page content styles;CSS
folder for separate CSS modules.Since I love being able to separately load each file, I would like to see something like:
userChrome
folder for separate chrome modules;userContent
folder for separate page content styles.Now, I understand this is too much to ask because we'd be losing drop-in compatatibility with Firefox. So how about:
userChrome.css
;userContent.css
;components
directory for chrome modules;content
directory for page content modules.That's just an idea on how to better harmonize this new idea with Firefox's pre-existing chrome folder.
Specifically I think this is necessary 'cause right now it seems to me like files in the
CSS
directory affect both chrome and content.Beta Was this translation helpful? Give feedback.
All reactions