{"id":16346830,"url":"https://github.com/simonsmith/suitcss-utils-list","last_synced_at":"2026-01-24T05:32:11.279Z","repository":{"id":57374258,"uuid":"89880572","full_name":"simonsmith/suitcss-utils-list","owner":"simonsmith","description":"CSS list utilities","archived":false,"fork":false,"pushed_at":"2017-05-01T19:50:59.000Z","size":32,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-18T08:55:25.373Z","etag":null,"topics":["list","suitcss","utility"],"latest_commit_sha":null,"homepage":"https://simonsmith.io/suitcss-utils-list/test/index.html","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonsmith.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-30T22:16:47.000Z","updated_at":"2017-05-01T16:36:37.000Z","dependencies_parsed_at":"2022-09-17T15:50:35.811Z","dependency_job_id":null,"html_url":"https://github.com/simonsmith/suitcss-utils-list","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsmith%2Fsuitcss-utils-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsmith%2Fsuitcss-utils-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsmith%2Fsuitcss-utils-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsmith%2Fsuitcss-utils-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonsmith","download_url":"https://codeload.github.com/simonsmith/suitcss-utils-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239248437,"owners_count":19607016,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["list","suitcss","utility"],"created_at":"2024-10-11T00:37:44.080Z","updated_at":"2025-11-08T10:30:31.056Z","avatar_url":"https://github.com/simonsmith.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SUIT CSS utilities: list\n\n[![Build Status](https://travis-ci.org/simonsmith/suitcss-utils-list.svg?branch=master)](https://travis-ci.org/simonsmith/suitcss-utils-list)\n\nSUIT CSS list utilities\n\n* Read more about [SUIT CSS's design principles](https://github.com/suitcss/suit/).\n\n## Installation\n\n* [npm](http://npmjs.org/): `npm install suitcss-utils-list`\n* Download: [zip](https://github.com/simonsmith/suitcss-utils-list/releases/latest)\n\n## Available classes\n\n* `u-listReset` - Remove default margin and padding\n* `u-listIndent` - Set the left indent. Default is `40px` as found in browser\n  defaults\n* `u-listNone` - Remove list style\n* `u-listBullet` - Bulleted list using `disc` style type\n* `u-listBulletNested` - Bulleted list using `circle` style type\n* `u-listSquare` - Square list style\n* `u-listNumber` - Numbered list using `decimal` style type\n\n### Configuration\n\nThe indent size can be changed:\n\n```css\n:root {\n  --list-indentSize: 25px;\n}\n```\n\n## Usage\n\n```html\n\u003cul class=\"u-listIndent u-listBullet\"\u003e\n  \u003cli\u003eAn item\u003c/li\u003e\n  \u003cli\u003e\n    \u003cul class=\"u-listBulletNested\"\u003e\n      \u003cli\u003eNested item\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n\u003c/ul\u003e\n```\n\nPlease refer to the README for [SUIT CSS utils](https://github.com/suitcss/utils/)\n\n## Testing\n\nInstall [Node](http://nodejs.org) (comes with npm).\n\n```\nnpm install\n```\n\nTo generate a build:\n\n```\nnpm run build\n```\n\nTo lint code with [postcss-bem-linter](https://github.com/postcss/postcss-bem-linter) and [stylelint](http://stylelint.io/)\n\n```\nnpm run lint\n```\n\nTo generate the testing build.\n\n```\nnpm run build-test\n```\n\nTo watch the files for making changes to test:\n\n```\nnpm run watch\n```\n\nBasic visual tests are in `test/index.html`.\n\n## Browser support\n\n* Google Chrome\n* Opera\n* Firefox\n* Safari\n* Internet Explorer 8+\n* Android 4.1+\n* iOS 6+\n* Windows phone 8.1+\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonsmith%2Fsuitcss-utils-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonsmith%2Fsuitcss-utils-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonsmith%2Fsuitcss-utils-list/lists"}