File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " extract-css-core" ,
3
3
"description" : " Extract all CSS from a given url, both server side and client side rendered." ,
4
- "version" : " 0.1 .0" ,
4
+ "version" : " 0.0 .0" ,
5
5
"homepage" : " https://www.projectwallace.com/oss" ,
6
6
"repository" : " https://github.com/bartveneman/extract-css-core" ,
7
7
"issues" : " https://github.com/bartveneman/extract-css-core/issues" ,
Original file line number Diff line number Diff line change 4
4
</div >
5
5
6
6
[ ![ NPM Version] ( https://img.shields.io/npm/v/extract-css-core.svg )] ( https://www.npmjs.com/package/extract-css-core )
7
+ [ ![ Weekly downloads] ( https://img.shields.io/npm/dw/extract-css-core.svg )] ( https://www.npmjs.com/package/extract-css-core )
7
8
[ ![ Build Status] ( https://travis-ci.org/bartveneman/extract-css-core.svg?branch=master )] ( https://travis-ci.org/bartveneman/extract-css-core )
8
9
[ ![ Known Vulnerabilities] ( https://snyk.io/test/github/bartveneman/extract-css-core/badge.svg )] ( https://snyk.io/test/github/bartveneman/extract-css-core )
9
- [ ![ Weekly downloads] ( https://img.shields.io/npm/dw/extract-css-core.svg )] ( https://www.npmjs.com/package/extract-css-core )
10
10
![ Dependencies Status] ( https://img.shields.io/david/bartveneman/extract-css-core.svg )
11
11
![ Dependencies Status] ( https://img.shields.io/david/dev/bartveneman/extract-css-core.svg )
12
12
[ ![ XO code style] ( https://img.shields.io/badge/code_style-XO-5ed9c7.svg )] ( https://github.com/sindresorhus/xo )
@@ -33,7 +33,9 @@ is the power behind finding most of the CSS.
33
33
34
34
Currently, there is no solution to get the CSS from modules that use
35
35
[ Styled Components] ( https://www.styled-components.com ) or something similar. Any
36
- help resolving this issue will be very much appreciated.
36
+ help resolving this issue will be very much appreciated. Please contribute to
37
+ the relevant
38
+ [ GitHub issue] ( https://github.com/bartveneman/extract-css-core/issues/1 ) .
37
39
38
40
## Installation
39
41
You can’t perform that action at this time.
0 commit comments