Skip to content

Commit

Permalink
Add plans to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub CD bot committed Dec 23, 2024
1 parent 2f4c9e6 commit db7a4d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ import { sz } from "eszett";
<Link className={"23u00ds-1" + " " + `header`} />;
```

## Plans

While I like the explicitness of the scoping, in practice it’s easy to accidentally create global selectors. In the future, I plan to enhance eszett by automatically adding the scope and introducing a `:global()` selector to opt out of scoping, making the process even simpler.

## Why eszett?

I wanted a name that could be shortened to two letters (sz), representing "scoped CSS." I did not like my initial ideas, `sc` or `sx`, but then I thought of the German letter ß (eszett), which, to me, could be what it sounds like when you scramble "scope", "css" and "styles" together. That’s how I landed on the name.
Expand Down

0 comments on commit db7a4d2

Please sign in to comment.