Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
feat: implement experiment to inline css from style elements
Browse files Browse the repository at this point in the history
  • Loading branch information
msand committed Oct 20, 2019
1 parent 0fc36a1 commit 5f3852b
Show file tree
Hide file tree
Showing 4 changed files with 922 additions and 3 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,18 @@
"react": "*",
"react-native": ">=0.50.0"
},
"dependencies": {},
"dependencies": {
"css-select": "^2.0.2",
"css-select-base-adapter": "^0.1.1",
"css-tree": "^1.0.0-alpha.36",
"stable": "^0.1.8"
},
"devDependencies": {
"@react-native-community/bob": "^0.7.0",
"@react-native-community/eslint-config": "^0.0.5",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.16",
"@types/css-tree": "^1.0.1",
"@types/react": "^16.9.5",
"@types/react-native": "^0.60.19",
"babel-eslint": "^10.0.3",
Expand Down
Loading

0 comments on commit 5f3852b

Please sign in to comment.