Last change
on this file since b738035 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
274 bytes
|
Line | |
---|
1 | # css-parse
|
---|
2 |
|
---|
3 | JavaScript CSS parser for Node.js (exports the `parse` method of [css](https://github.com/reworkcss/css))
|
---|
4 |
|
---|
5 | ## Installation
|
---|
6 |
|
---|
7 | $ npm install css-parse
|
---|
8 |
|
---|
9 | ## Usage
|
---|
10 |
|
---|
11 | Please see the [css](https://github.com/reworkcss/css) module documentation.
|
---|
12 |
|
---|
13 | ## License
|
---|
14 |
|
---|
15 | MIT
|
---|
Note:
See
TracBrowser
for help on using the repository browser.