Skip to content

Commit

Permalink
feat: 🎸 remove safe addon in favor of new changes
Browse files Browse the repository at this point in the history
BREAKING CHANGE: safe addon is now removed and .putRaw will not throw
  • Loading branch information
streamich committed Jul 14, 2018
1 parent d122cf5 commit 9f0c2fc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 46 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ __Motto of `nano-css` is simple__: *create the smallest possible CSS-in-JS libra
- [`rtl`](./docs/rtl.md)
- [`extract`](./docs/extract.md)
- [`sourcemaps`](./docs/sourcemaps.md)
- [`safe`](./docs/safe.md)
- [`.units`](./docs/units.md)
- [Presets](./docs/Presets.md)
- [Server-side rendering](./docs/SSR.md)
Expand Down
26 changes: 0 additions & 26 deletions addon/safe.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/Addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ plenty more to chose from. Below is a list of addons shipped with `nano-css`.
- [`rtl`](./rtl.md) — flips all styles RTL (right-to-left)
- [`extract`](./extract.md) — allows extraction of CSS into external `*.css` style sheet
- [`sourcemaps`](./sourcemaps.md) — generates source maps in dev mode
- [`safe`](./safe.md) — don't crash on unknown/invalid CSS
- [`.units`](./units.md) — CSS units as JavaScript functions

## Addon Installation
Expand Down
18 changes: 0 additions & 18 deletions docs/safe.md

This file was deleted.

1 comment on commit 9f0c2fc

@streamich
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build version: 2.2.0-perf-safe.64 🤞 perf-safe on CircleCI 🎉

Please sign in to comment.