Skip to content

Commit b09bf62

Browse files
author
dtbuild
committed
990aa13065b2e3264ff1e2c82240f2db977b0762 Fix: Remove @charset from non-minified CSS file (it already wasn't present in the minified file)
Sync to source repo @990aa13065b2e3264ff1e2c82240f2db977b0762
1 parent 218f24a commit b09bf62

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

css/dataTables.dataTables.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@charset "UTF-8";
21
:root {
32
--dt-row-selected: 13, 110, 253;
43
--dt-row-selected-text: 255, 255, 255;

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
],
1515
"src-repo": "http://github.com/DataTables/DataTablesSrc",
1616
"last-tag": "2.2.1",
17-
"last-sync": "e58b21197e4895ea4dfada639e8483d3acb82ec9"
17+
"last-sync": "990aa13065b2e3264ff1e2c82240f2db977b0762"
1818
}

0 commit comments

Comments
 (0)