UNPKG

@ckeditor/ckeditor5-list

Version:

Ordered and unordered lists feature to CKEditor 5.

41 lines (31 loc) 585 B
/* * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ .ck-content ol { list-style-type: decimal; & ol { list-style-type: lower-latin; & ol { list-style-type: lower-roman; & ol { list-style-type: upper-latin; & ol { list-style-type: upper-roman; } } } } } .ck-content ul { list-style-type: disc; & ul { list-style-type: circle; & ul { list-style-type: square; & ul { list-style-type: square; } } } }