Skip to content

Commit

Permalink
code review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 committed Nov 22, 2024
1 parent c7a6a86 commit 10aa0f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Usually, interaction tests are split into 4 distinct regions: *Behaviors*, *Aria

## Component guidelines

Every Orbiter custom components must share a consistent API and a similar design. Please read carefully the following guidelines before you develop a new component or update an existing one.
Every Orbiter custom component must share a consistent API and a similar design. Please read the following guidelines carefully before you develop a new component or update an existing one.

### Common functionalities

Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import "./core.css";

/*
NOTE: Importing all the components CSS files in a root file is not our preferred solution. Ideally, every components would import is own CSS file.
NOTE: Importing all the component CSS files in a root file is not our preferred solution. Ideally, each component should import its own CSS file.
Sadly, we encountered CSS ordering issues when the components are bundled in our apps.
*/
@import "./accordion/index.css";
Expand Down

0 comments on commit 10aa0f1

Please sign in to comment.