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
So, these are the 4 important requirements for your splitted stylesheet:
51
+
52
+
1. needs to have different filename than orginal, e.g. `original_stylesheet_split2` or `application_split2`
53
+
2. needs to add `.split2` as the terminal file extension, e.g. `.css.split2` or `.css.sass.split2`
54
+
3. needs to include the content of the orginal stylesheet, e.g. through `//= include 'application'`
55
+
4. neess to be added to list of precompiled assets
56
+
57
+
58
+
50
59
### 2. Including your split stylesheets
51
60
52
61
Now that you have split up your big stylesheets at the 4095 limit you need to change your HTML layout, so the split stylesheets are used for older IE versions (IE9 and older).
0 commit comments