We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05f464 commit 2a4dfffCopy full SHA for 2a4dfff
3 files changed
CHANGELOG.pod6
@@ -2,6 +2,10 @@
2
3
=head1 Upcoming
4
5
+=head1 0.2.7
6
+
7
+=item fix styles
8
9
=head1 0.2.6
10
11
=item fix LastArticles helper
package.json
@@ -1,7 +1,7 @@
1
{
"name": "podlite-web",
"description": "📖 Create static websites with Next.js and the Podlite markup language.",
- "version": "0.2.6",
+ "version": "0.2.7",
"private": true,
"funding": {
"type": "opencollective",
src/styles/default.css
@@ -2,5 +2,5 @@
@import 'node_modules/@podlite/editor-react/lib/podlite-vars.css';
@import './screen.css';
@import './global.css';
-@import 'node_modules/@podlite/editor-react/lib/editor.css';
+@import 'node_modules/@podlite/editor-react/lib/Editor.css';
@import 'node_modules/@podlite/formula/lib/default.css';
0 commit comments