Skip to content

Commit

Permalink
Minor config updates (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Aug 21, 2023
1 parent 28126d8 commit 13d0ea5
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 70 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"version": "0.2",
"words": [
"ccircle",
"coliff",
"cpath",
"csvg",
"Dropup",
Expand Down
4 changes: 4 additions & 0 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"upgrade": true,
"reject": ["clean-css-cli"]
}
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ The CSS can be loaded via a CDN:
- View a list of known issues at [https://github.com/coliff/bootstrap-ie11/issues](https://github.com/coliff/bootstrap-ie11/issues).
- From Bootstrap 5.2 onwards, CSS custom properties are used extensively which can cause issues with the ie11CustomProperties polyfill.

### How can I test this?

- Microsoft offer free [Windows 7/8.1 VMs with IE11](https://developer.microsoft.com/microsoft-edge/tools/vms/)
- [BrowserStack](https://www.browserstack.com) also offers IE11 for testing

## Demo

See this in action at: [https://coliff.github.io/bootstrap-ie11/tests/](https://coliff.github.io/bootstrap-ie11/tests/)
Expand Down
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"name": "coliff/bootstrap-ie11",
"description": "Bootstrap 5 for Internet Explorer 11",
"license": "MIT",
"homepage": "https://github.com/coliff/bootstrap-ie11#readme",
"keywords": [
"bootstrap",
"css",
"ie",
"internet-explorer",
"polyfill"
],
"authors": [
{
"name": "Christian Oliff",
Expand Down
132 changes: 69 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"devDependencies": {
"clean-css-cli": "4.3.0",
"npm-run-all": "4.1.5",
"sass": "1.64.1",
"stylelint": "15.10.2",
"sass": "1.66.1",
"stylelint": "15.10.3",
"stylelint-config-twbs-bootstrap": "11.0.1"
},
"sass": "scss/bootstrap-ie11.scss"
Expand Down

0 comments on commit 13d0ea5

Please sign in to comment.