You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: readme - clarify browser support and remove ie11 broken link (#2503)
Adds a section that explains what browsers are currently supported by
Spectrum CSS. IE11 is no longer supported and there was a 404 link to
legacy IE11 support that needed to be removed.
Includes suggestions from PR review about additional support and further
processing by consumers.
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,17 @@ Adobe maintains separate JavaScript libraries written with [web components](http
22
22
23
23
## Using Spectrum CSS
24
24
25
-
The preferred method of using Spectrum CSS relies on custom properties to swap out variables for different themes and colorstops. This has the lowest bundle size and the simplest usage, but is incompatible with < IE 11.
25
+
The preferred method of using Spectrum CSS relies on custom properties to swap out variables for different themes and colorstops. This has the lowest bundle size and the simplest usage, but is incompatible with IE 11 and below.
26
26
27
-
To use Spectrum CSS with IE 11, see the [legacy usage documentation](README-legacy.md).
27
+
### Browser support
28
+
29
+
We maintain a relatively modern codebase that supports the latest two versions of evergreen web browsers. The current list of browsers officially supported by Spectrum CSS can be found in the `browserslist` section of the project's [package.json file](https://github.com/adobe/spectrum-css/blob/main/package.json). This setting is used by the build tools when the source files are built. If you require additional browser support for your project, the CSS can processed further with your chosen tools.
0 commit comments