patternfly-3
patternfly-3 copied to clipboard
fix(notification drawer): Fixed tidle-escaped strings in calc
Wrong tidle-escaped strings cause a parsing exception when using the postcss-calc nodejs module. Those are now fixed as specified in the readme.
Description
Write a few sentences describing the overall goals of the pull request's commits.
Changes
- Replaced all
calc(~"...")with~"calc(...)"as specified in the README so that scss files are properly generated.
Link to rawgit and/or image
No visual changes.
PR checklist (if relevant)
- [ ] Cross browser: works in IE9
- [ ] Cross browser: works in IE10
- [ ] Cross browser: works in IE11
- [ ] Cross browser: works in Edge
- [ ] Cross browser: works in Chrome
- [ ] Cross browser: works in Firefox
- [ ] Cross browser: works in Safari
- [ ] Cross browser: works in Opera
- [ ] Responsive: works in extra small, small, medium and large view ports.
- [ ] Preview the PR: An image or a URL for designer to preview this PR is provided.
Is the Travis build failing because #1160 is not merged yet ?