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: css-cascade/Overview.bs
+14-13Lines changed: 14 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Importing Style Sheets: the ''@import'' rule</h2>
71
71
and illustrate both ''@import'' syntaxes
72
72
(one with ''url()'' and one with a bare string):
73
73
74
-
<pre>
74
+
<pre class='lang-css'>
75
75
@import "mystyle.css";
76
76
@import url("mystyle.css");
77
77
</pre>
@@ -175,19 +175,20 @@ Shorthand Properties</h2>
175
175
is a <a>shorthand</a> property for setting <a property>font-style</a>, <a property>font-variant</a>, <a property>font-weight</a>, 'font-size', 'line-height', and <a property>font-family</a> all at once.
0 commit comments