Bug #12765
Loading of CSS files
| Status: | New | Start date: | 2011-02-03 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
This note was originally written by Francois:
With TYPO3 4.4 the CSS files are not loaded individually anymore. Instead all stylesheets in a directory are loaded in one go. The CSS files are included in alphabetical order. This might potentially cause issues of some kind of "reset.css" was introduced at a later stage as it would override previously defined property. If such a stylesheet were introduced in the future, it's file name should ensure that it is included first (e.g. "00_reset.css").