Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(component): fix wording for styles #1215

Merged
merged 1 commit into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/components/component.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export class TodoList {

**Details:**<br/>
Relative URL to an external stylesheet containing styles to apply to your component.
By out of the box, Stencil will only process CSS files (files ending with `.css`).
Out of the box, Stencil will only process CSS files (files ending with `.css`).
Support for additional CSS variants, like Sass, can be added via [a plugin](https://stenciljs.com/docs/plugins#related-plugins).

**Example**:<br/>
Expand Down Expand Up @@ -243,9 +243,8 @@ export class TodoList {
A list of relative URLs to external stylesheets containing styles to apply to your component.

Alternatively, an object can be provided that maps a named "mode" to one or more stylesheets.
This

By out of the box, Stencil will only process CSS files (ending with `.css`).
Out of the box, Stencil will only process CSS files (ending with `.css`).
Support for additional CSS variants, like Sass, can be added via [a plugin](https://stenciljs.com/docs/plugins#related-plugins).

**Example**:<br/>
Expand Down
5 changes: 2 additions & 3 deletions versioned_docs/version-v2/components/component.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export class TodoList {

**Details:**<br/>
Relative URL to an external stylesheet containing styles to apply to your component.
By out of the box, Stencil will only process CSS files (files ending with `.css`).
Out of the box, Stencil will only process CSS files (files ending with `.css`).
Support for additional CSS variants, like Sass, can be added via [a plugin](https://stenciljs.com/docs/plugins#related-plugins).

**Example**:<br/>
Expand Down Expand Up @@ -255,9 +255,8 @@ export class TodoList {
A list of relative URLs to external stylesheets containing styles to apply to your component.

Alternatively, an object can be provided that maps a named "mode" to one or more stylesheets.
This

By out of the box, Stencil will only process CSS files (ending with `.css`).
Out of the box, Stencil will only process CSS files (ending with `.css`).
Support for additional CSS variants, like Sass, can be added via [a plugin](https://stenciljs.com/docs/plugins#related-plugins).

**Example**:<br/>
Expand Down
5 changes: 2 additions & 3 deletions versioned_docs/version-v3/components/component.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export class TodoList {

**Details:**<br/>
Relative URL to an external stylesheet containing styles to apply to your component.
By out of the box, Stencil will only process CSS files (files ending with `.css`).
Out of the box, Stencil will only process CSS files (files ending with `.css`).
Support for additional CSS variants, like Sass, can be added via [a plugin](https://stenciljs.com/docs/plugins#related-plugins).

**Example**:<br/>
Expand Down Expand Up @@ -243,9 +243,8 @@ export class TodoList {
A list of relative URLs to external stylesheets containing styles to apply to your component.

Alternatively, an object can be provided that maps a named "mode" to one or more stylesheets.
This

By out of the box, Stencil will only process CSS files (ending with `.css`).
Out of the box, Stencil will only process CSS files (ending with `.css`).
Support for additional CSS variants, like Sass, can be added via [a plugin](https://stenciljs.com/docs/plugins#related-plugins).

**Example**:<br/>
Expand Down
5 changes: 2 additions & 3 deletions versioned_docs/version-v4.0/components/component.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export class TodoList {

**Details:**<br/>
Relative URL to an external stylesheet containing styles to apply to your component.
By out of the box, Stencil will only process CSS files (files ending with `.css`).
Out of the box, Stencil will only process CSS files (files ending with `.css`).
Support for additional CSS variants, like Sass, can be added via [a plugin](https://stenciljs.com/docs/plugins#related-plugins).

**Example**:<br/>
Expand Down Expand Up @@ -243,9 +243,8 @@ export class TodoList {
A list of relative URLs to external stylesheets containing styles to apply to your component.

Alternatively, an object can be provided that maps a named "mode" to one or more stylesheets.
This

By out of the box, Stencil will only process CSS files (ending with `.css`).
Out of the box, Stencil will only process CSS files (ending with `.css`).
Support for additional CSS variants, like Sass, can be added via [a plugin](https://stenciljs.com/docs/plugins#related-plugins).

**Example**:<br/>
Expand Down
5 changes: 2 additions & 3 deletions versioned_docs/version-v4.1/components/component.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export class TodoList {

**Details:**<br/>
Relative URL to an external stylesheet containing styles to apply to your component.
By out of the box, Stencil will only process CSS files (files ending with `.css`).
Out of the box, Stencil will only process CSS files (files ending with `.css`).
Support for additional CSS variants, like Sass, can be added via [a plugin](https://stenciljs.com/docs/plugins#related-plugins).

**Example**:<br/>
Expand Down Expand Up @@ -243,9 +243,8 @@ export class TodoList {
A list of relative URLs to external stylesheets containing styles to apply to your component.

Alternatively, an object can be provided that maps a named "mode" to one or more stylesheets.
This

By out of the box, Stencil will only process CSS files (ending with `.css`).
Out of the box, Stencil will only process CSS files (ending with `.css`).
Support for additional CSS variants, like Sass, can be added via [a plugin](https://stenciljs.com/docs/plugins#related-plugins).

**Example**:<br/>
Expand Down