Skip to content

Commit feb83c6

Browse files
Merge pull request #1 from rpelt/patch-1
added css grid
2 parents 1116c8f + 2dabff5 commit feb83c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/modernizr.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ module.exports = {
4242
"test/css/transforms",
4343
"test/css/transforms3d",
4444
"test/css/transitions",
45+
"test/css/cssgrid",
4546
"test/storage/localstorage",
4647
"test/storage/sessionstorage",
4748
"test/storage/websqldatabase",
@@ -50,4 +51,4 @@ module.exports = {
5051
"test/svg/smil",
5152
"test/workers/webworkers"
5253
]
53-
};
54+
};

0 commit comments

Comments
 (0)