@filbert-js/css-ast
Advanced tools
Comparing version
# @filbert-js/css-ast | ||
## 0.0.8 | ||
### Patch Changes | ||
- 5ba6c20: fix stylesheet ordering | ||
## 0.0.7 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@filbert-js/css-ast", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"repository": "https://github.com/kuldeepkeshwar/filbert-js", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -11,8 +11,7 @@ # @filbert-js/css-ast | ||
```js | ||
// @editor | ||
```js editor=static | ||
import { toAST } from '@filbert-js/css-ast'; | ||
const css = ` | ||
color: grey; | ||
color: gray; | ||
button { | ||
@@ -39,7 +38,7 @@ margin: 0 1rem; | ||
name: "color" | ||
value: "grey" | ||
value: "gray" | ||
start: 0 | ||
end: 168 | ||
raw: " | ||
color: grey; | ||
color: gray; | ||
button { | ||
@@ -46,0 +45,0 @@ margin: 0 1rem; |
8804
0.78%59
-1.67%