You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once OptiCSS runs on an analysis, the styles can be split by using subsets of the analysis to produce a base stylesheet for styles shared across code splits or styles that weren't enumerated as a part of a code split. Styles specific to each code split will be extracted to a split css file.
TBD: rewrite data may still be centralized, or it might be split-able as well.
Note: With declaration merging enabled, the benefits of code-splitting may not result in enough savings to warrant the extra complexity.
The text was updated successfully, but these errors were encountered:
Once OptiCSS runs on an analysis, the styles can be split by using subsets of the analysis to produce a base stylesheet for styles shared across code splits or styles that weren't enumerated as a part of a code split. Styles specific to each code split will be extracted to a split css file.
TBD: rewrite data may still be centralized, or it might be split-able as well.
Note: With declaration merging enabled, the benefits of code-splitting may not result in enough savings to warrant the extra complexity.
The text was updated successfully, but these errors were encountered: