Skip to content

Commit 9f0c2fc

Browse files
committed
feat: 🎸 remove safe addon in favor of new changes
BREAKING CHANGE: safe addon is now removed and .putRaw will not throw
1 parent d122cf5 commit 9f0c2fc

File tree

4 files changed

+0
-46
lines changed

4 files changed

+0
-46
lines changed

‎README.md

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ __Motto of `nano-css` is simple__: *create the smallest possible CSS-in-JS libra
5656
- [`rtl`](./docs/rtl.md)
5757
- [`extract`](./docs/extract.md)
5858
- [`sourcemaps`](./docs/sourcemaps.md)
59-
- [`safe`](./docs/safe.md)
6059
- [`.units`](./docs/units.md)
6160
- [Presets](./docs/Presets.md)
6261
- [Server-side rendering](./docs/SSR.md)

‎addon/safe.js

-26
This file was deleted.

‎docs/Addons.md

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ plenty more to chose from. Below is a list of addons shipped with `nano-css`.
4040
- [`rtl`](./rtl.md) — flips all styles RTL (right-to-left)
4141
- [`extract`](./extract.md) — allows extraction of CSS into external `*.css` style sheet
4242
- [`sourcemaps`](./sourcemaps.md) — generates source maps in dev mode
43-
- [`safe`](./safe.md) — don't crash on unknown/invalid CSS
4443
- [`.units`](./units.md) — CSS units as JavaScript functions
4544

4645
## Addon Installation

‎docs/safe.md

-18
This file was deleted.

0 commit comments

Comments
 (0)