Skip to content

Commit affacaa

Browse files
committed
Fix test case for minifier
1 parent 1d37d95 commit affacaa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/View/_files/static/expected/styles.magento.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/tests/integration/testsuite/Magento/Framework/View/_files/static/theme/web/css/styles.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6116,3 +6116,6 @@ table tfoot tr td:last-child {
61166116
content: ' Test\';\A}' "\A" '\A.test + .test._other ~ ul > li' " {\A height: @var;\A content: ' + ';\A}";
61176117
white-space: pre;
61186118
}
6119+
.test-content-calc {
6120+
width: calc((100% / 12 * 2) - 10px);
6121+
}

0 commit comments

Comments
 (0)