{"id":26339609,"url":"https://github.com/stephenhebert/unocss-preset-bootstrap-grid","last_synced_at":"2025-03-16T03:18:14.427Z","repository":{"id":51614019,"uuid":"482260836","full_name":"stephenhebert/unocss-preset-bootstrap-grid","owner":"stephenhebert","description":"Bootstrap Grid Preset for UnoCSS","archived":false,"fork":false,"pushed_at":"2022-08-02T15:31:54.000Z","size":28,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-20T02:19:45.842Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/stephenhebert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-16T13:26:02.000Z","updated_at":"2024-08-21T16:27:24.000Z","dependencies_parsed_at":"2022-08-21T23:40:31.038Z","dependency_job_id":null,"html_url":"https://github.com/stephenhebert/unocss-preset-bootstrap-grid","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenhebert%2Funocss-preset-bootstrap-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenhebert%2Funocss-preset-bootstrap-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenhebert%2Funocss-preset-bootstrap-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenhebert%2Funocss-preset-bootstrap-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephenhebert","download_url":"https://codeload.github.com/stephenhebert/unocss-preset-bootstrap-grid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243818103,"owners_count":20352629,"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":[],"created_at":"2025-03-16T03:18:13.970Z","updated_at":"2025-03-16T03:18:14.403Z","avatar_url":"https://github.com/stephenhebert.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unocss-preset-bootstrap-grid\n\n\u003e Bootstrap Grid Preset for UnoCSS\n## Usage\n\n```js\n// unocss.config.js\nimport { presetUno, defineConfig } from 'unocss'\nimport { presetBootstrapGrid } from 'unocss-preset-bootstrap-grid'\n\nexport default defineConfig({\n  presets: [\n    ...\n    presetBootstrapGrid(),\n  ],\n})\n```\n\n## Utilities\n\n* .(prefix-)container - does NOT set max-width by theme breakpoints\n* .(prefix-)row\n* .(prefix-)row-cols-*\n* .(prefix-)col\n* .(prefix-)col-(1-12)\n* .(prefix-)col-auto\n* .(prefix-)offset-(1-12)\n* .(prefix-)g(x|y)-*\n\n\u003e See [tailwind-bootstrap-grid](https://tailwind-bootstrap-grid.netlify.app/) for examples / syntax\n\n### Type of `BootstrapGridOptions`\n\n```ts\nexport interface BootstrapGridOptions {\n  /**\n   * Prefix for Bootstrap Grid classes\n   *\n   * @defaultValue `b-`\n   */\n  prefix?: string,\n  /**\n   * Gutter width\n   *\n   * @defaultValue `1rem`\n   */\n  gutter?: string,\n  /**\n   * Grid columns\n   *\n   * @defaultValue `12`\n   */\n  gridColumns?: number,\n}\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenhebert%2Funocss-preset-bootstrap-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephenhebert%2Funocss-preset-bootstrap-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenhebert%2Funocss-preset-bootstrap-grid/lists"}