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
-[#7104](https://github.com/withastro/astro/pull/7104)[`826e02890`](https://github.com/withastro/astro/commit/826e0289005f645b902375b98d5549c6a95ccafa) Thanks [@bluwy](https://github.com/bluwy)! - Specify `"files"` field to only publish necessary files
Copy file name to clipboardExpand all lines: packages/astro/e2e/fixtures/actions-blog/src/styles/global.css
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,6 @@ hr {
135
135
clip:rect(1px,1px,1px,1px);
136
136
/* modern browsers, clip-path works inwards from each corner */
137
137
clip-path:inset(50%);
138
-
/* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
138
+
/* added line to stop words getting smushed together (as they go onto separate lines and some screen readers do not understand line feeds as a space */
Copy file name to clipboardExpand all lines: packages/astro/e2e/fixtures/actions-react-19/src/styles/global.css
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,6 @@ hr {
135
135
clip:rect(1px,1px,1px,1px);
136
136
/* modern browsers, clip-path works inwards from each corner */
137
137
clip-path:inset(50%);
138
-
/* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
138
+
/* added line to stop words getting smushed together (as they go onto separate lines and some screen readers do not understand line feeds as a space */
0 commit comments