feat(ie11): add ie11 to build#1876
feat(ie11): add ie11 to build#1876dgutride merged 5 commits intopatternfly:masterfrom redallen:feat/ie-11-sheet
Conversation
|
Deploy preview for pf-next ready! Built with commit 4d74198 |
|
Actually just realized I hadn't built patternfly yet, which I suppose others may also do when developing locally. Could we add something like the following to if (files.length === 0) {
throw new Error(`getStylesheetPaths didn't receive any stylesheets to parse`);
} |
|
It would also probably also be a good time to fix the copy/pasta in the doc, and use something like |
|
So the main problem I see now is that when an instance of What I'd think to do here is first produce the problematic file and after that throw the error. This way users can search the resulting file to get a clue as to what went wrong. Also, we probably want to handle the error better? |
|
🎉 This PR is included in version 2.10.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |


Use existing conversion utilities to write
patternfly-ie.csswhich contains all components + base styles.Closes patternfly/patternfly-react#2092