@tbela99/css-parser 0.0.1-alpha3 → 0.0.1-alpha4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -54,12 +54,6 @@ Include ParseOptions and RenderOptions
54
54
 
55
55
  ## Parsing
56
56
 
57
- ```javascript
58
- import {parse} from '@tbela99/css-parser';
59
-
60
- const {ast, errors} = parse(css);
61
- ```
62
-
63
57
  ### Usage
64
58
 
65
59
  ```javascript