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
Copy file name to clipboardExpand all lines: docs/guides/going-buildless/css.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
import { html } from'lit-html';
6
6
```
7
7
8
-
<abbr>CSS</abbr> stands for "Cascading Style Sheets", and it is the primary way to design web content, whether visually and audially.
8
+
<abbr>CSS</abbr> stands for "Cascading Style Sheets", and it is the primary way to design web content, whether visually or audially.
9
9
10
10
The purpose of this document isn't to provide a comprehensive tutorial of CSS, or even to cover the basics, but rather to highlight some modern CSS techniques and workflows made possible by web standards. Be sure you are familiar with CSS before continuing. If you are unsure check out MDN's [Learn to style HTML using CSS](https://developer.mozilla.org/en-US/docs/Learn/CSS).
0 commit comments