Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita288838

Browse files
authored
CSS: Make the reliableTrDimensions support test work with Bootstrap CSS (3.x version)
Bootstrap 5 includes the following CSS on the page:```css*,*::before,*::after { box-sizing: border-box;}```That threw our `reliableTrDimensions` support test off. This change fixes thesupport test and adds a unit test ensuring support test values on a pageincluding Bootstrap 5 CSS are the same as on a page without it.Fixesgh-5270Closesgh-5279Refgh-5278
1 parent87467a6 commita288838

File tree

8 files changed

+12117
-2
lines changed

8 files changed

+12117
-2
lines changed

‎Gruntfile.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ module.exports = function( grunt ) {
8989
destPrefix:"external"
9090
},
9191
files:{
92+
"bootstrap/bootstrap.css":"bootstrap/dist/css/bootstrap.css",
93+
"bootstrap/bootstrap.min.css":"bootstrap/dist/css/bootstrap.min.css",
94+
"bootstrap/bootstrap.min.css.map":"bootstrap/dist/css/bootstrap.min.css.map",
95+
9296
"core-js/core-js.js":"core-js/client/core.min.js",
9397
"core-js/LICENSE.txt":"core-js/LICENSE",
9498

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp