You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@filbert-js/css-ast

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@filbert-js/css-ast - npm Package Compare versions

Comparing version

to
0.0.8

6

CHANGELOG.md
# @filbert-js/css-ast
## 0.0.8
### Patch Changes
- 5ba6c20: fix stylesheet ordering
## 0.0.7

@@ -4,0 +10,0 @@

2

package.json
{
"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;