Skip to content

Commit

Permalink
Fix in comment after code review.
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Sobol <filipsobol@users.noreply.github.com>
  • Loading branch information
pszczesniak and filipsobol authored Jul 4, 2024
1 parent b9b37cd commit 130798c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-build-tools/src/plugins/splitCss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ async function unifyFileContentOutput( content: string = '', minimize: boolean )
* Wraps `declarations` list into passed `selector`;
*/
function wrapDefinitionsIntoSelector( selector: string, definitions: string ): string {
// When definition contains `data:image` it should be in one following the specification.
// When definition contains `data:image` it should be in one line following the specification.
// Currently used tool responsible for parsing definitions tries to split each definition into new line.
// When `data:image` contains `SVG` with style attribute which contains CSS definitions it splits it into new lines,
// which breaks the CSS.
Expand Down

0 comments on commit 130798c

Please sign in to comment.