sunny-html-editor 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/html-editor.css +0 -9
  2. package/package.json +1 -1
package/html-editor.css CHANGED
@@ -389,12 +389,3 @@ del {
389
389
  .sidebar {
390
390
  transition: transform 0.3s ease;
391
391
  }
392
-
393
- @media (max-width: 900px) {
394
- .sidebar {
395
- width: 220px;
396
- }
397
- .main {
398
- margin-left: 220px;
399
- }
400
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sunny-html-editor",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "軽量WYSIWYGエディタ - 既存のHTMLに編集機能を後付けで追加",
5
5
  "main": "html-editor.js",
6
6
  "files": [