@@ -23,7 +23,7 @@ The rule information is defined as follows...
}
```
`tokenType` is either an empty string or one of the following values.
`tokenType` is either an empty string or one of the following values that represent the different context in a CSS document.
***PROP_NAME**
- will implement in sprint 18 for CSS hinting and font hinting
***PROP_VALUE**
...
...
@@ -41,7 +41,7 @@ The value of ```tokenType``` is an empty string for the following context.
* Current cursor position is inside an invalid context [examples](#invalid)
###Default values of rule information###
If the cursor is in a non-css/non-less document, or inside the unsupported context of a css/less document a rule info with the following values is returned.
If the cursor is in a non-css/non-less document, or inside the unsupported context of a css/less document a rule info with the following values is returned.
```
{
selector:
...
...
@@ -56,16 +56,16 @@ If the cursor is in a non-css/non-less document, or inside the unsupported conte