Skip to content

Commit 7209734

Browse files
committed
chore(sass-docs): ie support note
1 parent fe76214 commit 7209734

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/styles-and-layout/sass-themes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ Apart from being written in a different language, the SASS-based themes are slig
1919

2020
> **Important**
2121
>
22-
> Internet Explorer 11 and earlier do not support SASS themes.
22+
> Sass based themes utilize some CSS features that are not supported by Internet Explorer 10 and earlier:
23+
>
24+
> * flexbox layout (not supported in IE 10 and earlier)
25+
> * CSS gradients (not supported in IE 9 and earlier)
26+
> * Web Open Font Format (not supported in IE 8 and earlier)
27+
> * Border radius (not supported in IE 8 and earlier)
28+
> * Alpha transparency colors (not supported in IE 8 and earlier)
2329
2430
## Differences
2531

0 commit comments

Comments
 (0)