Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #374 from serlo/refactor/remove-css-import
Browse files Browse the repository at this point in the history
refactor: Remove explicit css import as it now comes within the bundle
  • Loading branch information
CodingDive authored May 14, 2024
2 parents ee1c10a + da4b7a2 commit ef30e94
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/env": "^13.5.6",
"@serlo/editor": "0.7.0",
"@serlo/editor": "0.7.1",
"clsx": "^1.2.1",
"default-import": "^1.1.5",
"express": "^4.18.2",
Expand Down
1 change: 0 additions & 1 deletion src/frontend/serlo-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import dynamic from 'next/dynamic'
import { default as ToastNotice } from 'react-notify-toast'

import { SerloRenderer } from '@serlo/editor'
import '@serlo/editor/style.css'

import type { EditorProps } from './editor'
import { Layout } from './layout'
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2341,14 +2341,14 @@ __metadata:
languageName: node
linkType: hard

"@serlo/editor@npm:0.7.0":
version: 0.7.0
resolution: "@serlo/editor@npm:0.7.0"
"@serlo/editor@npm:0.7.1":
version: 0.7.1
resolution: "@serlo/editor@npm:0.7.1"
dependencies:
"@serlo/katex-styles": ^1.0.1
react: ^18.2.0
react-dom: ^18.2.0
checksum: a693ebf9f14b91d7c7e0e9545d4d603e30d6c547ee0d6c1f657d5318c60d5cf989dceb5827b18c25450d9d72a60f31e988ac0d745f6d90281d184309b5594110
checksum: f8f07f8023807103be27c99f6ec7d6783157847f582e94fc0f4bfacefa253d64ef79b7e9271f01b13815723179fd8d265d1d70e5762eaf7e0b3822d1bf617f23
languageName: node
linkType: hard

Expand All @@ -2370,7 +2370,7 @@ __metadata:
"@next/env": ^13.5.6
"@next/eslint-plugin-next": ^14.0.4
"@next/swc-linux-x64-gnu": ^14.0.3
"@serlo/editor": 0.7.0
"@serlo/editor": 0.7.1
"@svgr/webpack": ^8.1.0
"@tailwindcss/typography": ^0.5.9
"@types/express": ^4.17.17
Expand Down

0 comments on commit ef30e94

Please sign in to comment.