patternfly-3 icon indicating copy to clipboard operation
patternfly-3 copied to clipboard

fix(notification drawer): Fixed tidle-escaped strings in calc

Open IvicaArsov opened this issue 6 years ago • 1 comments

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.

IvicaArsov avatar Dec 29 '18 14:12 IvicaArsov

Is the Travis build failing because #1160 is not merged yet ?

IvicaArsov avatar Dec 29 '18 14:12 IvicaArsov