这个网站是一个用于显示Toast通知的样式表。它定义了一些CSS样式,用于调整Toast通知的图标、SVG元素和按钮的位置。在HTML文档中,可以使用where函数来应用这些样式。例如:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Toast Notifications</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- 使用 where 函数应用样式 -->
<div class="toast-container">
<div class="toast toast-top-right" data-sonner-toaster="true">
<svg class="toast-icon" aria-hidden="true" focusable="false" role="img" viewBox="0 0 57 57" width="57" height="57">
<rect width="57" height="57" fill="#FFD700"/>
</svg>
<span class="toast-text" aria-labelledby="toast-icon">Hello, world!</span>
<button class="toast-close-button" aria-label="Close" title="Close">&#215;</button>
</div>
</div>
</body>
</html>

在这个例子中,我们使用了where函数来为不同的语言方向(LTR和RTL)分别定义了Toast通知的样式。