Align List Marker
Align list markers within lists.
Usage:
@list align-*;@list align-marker;@list align-text;
Reference
shilp.config.jsconst shilpConfig = { source: "react", properties: { list: { align: { property: "list-style-position: <v><i>;", values: { marker: "inside", text: "outside", }, }, }, }, }; export default shilpConfig;