Skip to content

Commit 9c26f76

Browse files
Remove dx.common.css
It is no longer required https://unpkg.com/devextreme@22.1/dist/css/dx.common.css
1 parent 7e37ae5 commit 9c26f76

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

net/Sample/Views/_Layout.cshtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<head>
44
<meta name="viewport" content="width=device-width" />
55

6-
<link rel="stylesheet" href="~/lib/devextreme/css/dx.common.css" />
76
<link rel="stylesheet" href="~/lib/devextreme/css/dx.light.css" />
87

98
<script src="~/lib/jquery.js"></script>

net/Sample/libman.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
"provider": "filesystem",
1212
"destination": "wwwroot/lib/devextreme/js/"
1313
},
14-
{
15-
"library": "node_modules/devextreme/dist/css/dx.common.css",
16-
"provider": "filesystem",
17-
"destination": "wwwroot/lib/devextreme/css/"
18-
},
1914
{
2015
"library": "node_modules/devextreme/dist/css/dx.light.css",
2116
"provider": "filesystem",

0 commit comments

Comments
 (0)