Skip to content
Updated CSS Context API implementation spec (markdown) authored by RaymondLim's avatar RaymondLim
...@@ -15,7 +15,6 @@ The new API will be defined as <del>``getRuleInfo(editor, cursorPos)``</del> get ...@@ -15,7 +15,6 @@ The new API will be defined as <del>``getRuleInfo(editor, cursorPos)``</del> get
The rule information object is defined as follows... The rule information object is defined as follows...
**Old Version** **Old Version**
-----------
``` ```
{ {
selector: // Used when tokenType == SELECTOR selector: // Used when tokenType == SELECTOR
...@@ -32,7 +31,6 @@ The rule information object is defined as follows... ...@@ -32,7 +31,6 @@ The rule information object is defined as follows...
``` ```
**New Version** **New Version**
-----------
``` ```
{ {
context: context, context: context,
... ...
......