From 7625e469d7418e0a5682ac2c3583c4607f6fda31 Mon Sep 17 00:00:00 2001 From: Oleg Slobodskoi Date: Sat, 10 Feb 2018 04:58:14 +0100 Subject: [PATCH] key features --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/readme.md b/readme.md index 73711bef7..0ee403bfb 100755 --- a/readme.md +++ b/readme.md @@ -11,6 +11,20 @@ Feel free to ask any JSS related questions on twitter by using hashtag `#cssinjs` and mentioning [@oleg008](https://twitter.com/oleg008), [watch my latest talk](https://www.youtube.com/watch?v=i3TIrcnMIng) about "Unique Value Proposition of CSSinJS" and try it on a [playground](https://codesandbox.io/s/z21lpmvv33). +## Key features + +* Framework agnostic +* [Plugins support](./docs/plugins.md) +* [Scoped selectors by default](./docs/json-api.md#regular-rule-without-plugins) +* [Global CSS](https://github.com/cssinjs/jss-global) +* [Expanded syntax](https://github.com/cssinjs/jss-expand) +* [Composition syntax optional](https://github.com/cssinjs/jss-compose) +* [Template strings syntax optional](https://github.com/cssinjs/jss-template) +* [Isolation](https://github.com/cssinjs/jss-isolate) +* [Function values and rules](./docs/json-api.md#function-values) +* [Observables](./docs/json-api.md#observable-values) +* [SSR](./docs/ssr.md) + ## Integrations * [React-JSS](https://github.com/cssinjs/react-jss) - HOC interface for React with theming, try it on [playground](https://codesandbox.io/s/j3l06yyqpw).