We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161500d commit fe56cddCopy full SHA for fe56cdd
README.md
@@ -8,7 +8,7 @@ The advantages of creating the CSS attributes using javascript are
8
9
* You can use runtime variables
10
* You can use scoped (global, stylesheet specific and style reference specific)
11
-* There is a large byte savings if you use a lot of mixins and class inheritance
+* There is a large byte savings if you use a lot of mixins and class inheritance as compared to css preprocessor output
12
* You bypass some browser CSS issues because the style attributes end up as an inline style attribute
13
14
[View the installation and API docs](http://jhudson8.github.io/fancydocs/index.html#project/jhudson8/react-css-builder)
0 commit comments