Skip to content

Commit 4e77ab2

Browse files
authored
Update README.md
1 parent 67f4aa4 commit 4e77ab2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ No addition javascript is added when using this plugin.
5353

5454
### Caveats
5555

56-
- This plugin does NOT support string interpolation. It may seem that way from the use of template strings, but I assure you, all this plugin does is move the contents of the string template **into a real CSS module**, meaning you **cannot** interpolate strings.
56+
- This plugin does not support string interpolation. It may seem that way from the use of template strings, but all this plugin really does is move the contents of the string template **into a real CSS module**, meaning string interpolation can't work.
5757

58-
- You CANNOT manipulate the classes variables as normal JS variables.
58+
- You can't manipulate the classes variables as normal JS variables.
5959

6060
Why? because at compile time, this plugin transforms:
6161

@@ -79,6 +79,6 @@ No addition javascript is added when using this plugin.
7979

8080
### Help
8181

82-
- I'm getting an error like `inlineCss is not defined`!
82+
- I'm getting an error like `inlineCss is not defined`
8383
- This is probably because you didn't set the tag name correctly in config.
8484
This plugin might be deleting your import of `inlineCss` from this plugin, so please check to make sure that the `tagName` option is set correctly.

0 commit comments

Comments
 (0)