Skip to content

Commit

Permalink
Merge pull request #408 from thematters/develop
Browse files Browse the repository at this point in the history
[Pre-release] 0.1.27-alpha.0
  • Loading branch information
robertu7 authored Dec 29, 2022
2 parents 33ecca2 + 466d743 commit dd78e51
Show file tree
Hide file tree
Showing 13 changed files with 14,660 additions and 7,528 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,5 @@ sources.list
.ebextensions/http-basic-auth.config

src/themes/*.json

.parcel-cache
14 changes: 6 additions & 8 deletions .postcssrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"modules": true,
"plugins": {
"autoprefixer": {},
"postcss-modules": {
"generateScopedName": "[local]"
},
"postcss-mixins": {},
"postcss-nested": {},
"postcss-color-function": {},
"postcss-custom-media": {},
"postcss-preset-env": {
"stage": 0,
"preserve": false
},
"postcss-calc": {},
"postcss-color-function": {}
}
}
68 changes: 0 additions & 68 deletions demo/apollo/index.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
</head>
<body>
<div id="demo"></div>
<script src="index.tsx"></script>
<script type="module" src="index.tsx"></script>
</body>
</html>
2 changes: 2 additions & 0 deletions demo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ const App = () => {
titleDefaultValue=""
titleReadOnly={false}
/>

<br />

<MattersCommentEditor
editorContent={commentContent}
editorUpdate={(params) => setCommentContent(params.content)}
Expand Down
Loading

0 comments on commit dd78e51

Please sign in to comment.