@@ -83,14 +83,14 @@ RewriteRule ^mediaqueries4/(.*)$ mediaqueries/$1
8383# ================
8484# Treat the unversioned url as master,
8585# and the numbered urls as tagged branches.
86- # Except for exceptional circumstances,
86+ # Except for exceptional circumstances,
8787# always work in unversioned folders.
8888#
8989# Every unversioned folder needs a corresponding line here,
9090# redirecting the appropriate versioned url to the unversioned folder.
9191#
9292# When you hit CR with one level and wish to start editting a new level,
93- # `hg copy` the current unversioned folder into a versioned one,
93+ # `hg copy` the current unversioned folder into a versioned one,
9494# and update the rule below to n+1,
9595# so you can start work on the next level in an unversioned folder.
9696# That is, if you're current editting Foo level 3 in a css-foo folder,
@@ -129,16 +129,16 @@ RewriteRule ^css-device-adapt-1/(.*)$ css-device-adapt/$1
129129RewriteRule ^css-display-3/(.*)$ css-display/$1
130130RewriteRule ^css-exclusions-1/(.*)$ css-exclusions/$1
131131RewriteRule ^css-flexbox-1/(.*)$ css-flexbox/$1
132- RewriteRule ^css-font-load-events -3/(.*)$ css-font-load-events/$1
132+ RewriteRule ^css-font-loading -3/(.*)$ css-font-load-events/$1
133133RewriteRule ^css-fonts-3/(.*)$ css-fonts/$1
134134RewriteRule ^css-gcpm-3/(.*)$ css-gcpm/$1
135135RewriteRule ^css-grid-1/(.*)$ css-grid/$1
136- RewriteRule ^css-grid-position-3/(.*)$ css-grid-position/$1
136+ RewriteRule ^css-grid-position-3/(.*)$ css-grid-position/$1
137137# ^^^ Maybe merge into Grid? Or Position?
138138RewriteRule ^css-hierarchies-1/(.*)$ css-hierarchies/$1
139139RewriteRule ^css-images-4/(.*)$ css-images/$1
140140RewriteRule ^css-inline-3/(.*)$ css-inline/$1
141- # RewriteRule ^css-line-grid-3/(.*)$ css-line-grid/$1
141+ # RewriteRule ^css-line-grid-3/(.*)$ css-line-grid/$1
142142# ^^^ Maybe fold into Inline?
143143RewriteRule ^css-lists-3/(.*)$ css-lists/$1
144144RewriteRule ^css-multicol-1/(.*)$ css-multicol/$1
0 commit comments