Skip to content

Commit 1d5963c

Browse files
committed
update readme
1 parent 3223a4d commit 1d5963c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @adobe/css-tools
1+
# @node-projects/css-parser
22

33
> A modern CSS parser and stringifier with TypeScript support
44
@@ -10,13 +10,13 @@ Parse CSS into an Abstract Syntax Tree (AST) and convert it back to CSS with con
1010
## Install
1111

1212
```bash
13-
npm install @adobe/css-tools
13+
npm install @node-projects/css-parser
1414
```
1515

1616
## Usage
1717

1818
```js
19-
import { parse, stringify } from '@adobe/css-tools'
19+
import { parse, stringify } from '@node-projects/css-parser'
2020

2121
// Parse CSS to AST
2222
const ast = parse('body { font-size: 12px; }')
@@ -139,7 +139,7 @@ The library is optimized for performance and can handle large CSS files efficien
139139
140140
## Background
141141
142-
This is a fork of the npm `css` package, maintained by Adobe with modern improvements including TypeScript support, enhanced performance, and security updates. It provides a robust foundation for CSS tooling, preprocessing, and analysis.
142+
This is a fork of the npm `@adobe/css-tools` package, with modern improvements including TypeScript support, enhanced performance, and security updates. It provides a robust foundation for CSS tooling, preprocessing, and analysis.
143143
144144
## License
145145

0 commit comments

Comments
 (0)