Skip to content

Commit 5bc9147

Browse files
committed
Merge branch 'main' of https://github.com/coreui/coreui
2 parents 136d397 + bf05e3b commit 5bc9147

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+1762
-1006
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"unicorn/no-array-callback-reference": "off",
5656
"unicorn/no-array-method-this-argument": "off",
5757
"unicorn/no-null": "off",
58+
"unicorn/no-typeof-undefined": "off",
5859
"unicorn/no-unused-properties": "error",
5960
"unicorn/prefer-array-flat": "off",
6061
"unicorn/prefer-dom-node-dataset": "off",

.stylelintrc

+10-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,14 @@
2727
}
2828
],
2929
"scss/selector-no-union-class-name": true
30-
}
30+
},
31+
"overrides": [
32+
{
33+
"files": "scss/**/*.{test,spec}.scss",
34+
"rules": {
35+
"scss/dollar-variable-default": null,
36+
"declaration-no-important": null
37+
}
38+
}
39+
]
3140
}

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [v4.2.4](https://github.com/coreui/coreui/compare/v4.1.5...v4.2.4)
3+
## [v4.2.5](https://github.com/coreui/coreui/compare/v4.1.5...v4.2.5)
44

55
> 9 June 2022
66

dist/css/coreui-grid.css

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.min.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.rtl.css

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.rtl.min.css

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.css

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.min.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.rtl.css

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)