{"id":20838772,"url":"https://github.com/royalicing/tela","last_synced_at":"2025-03-12T09:44:52.743Z","repository":{"id":72483423,"uuid":"271795405","full_name":"RoyalIcing/tela","owner":"RoyalIcing","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-30T11:27:01.000Z","size":243,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-18T23:42:58.172Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tela.style","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RoyalIcing.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-12T12:40:26.000Z","updated_at":"2022-10-24T04:28:04.000Z","dependencies_parsed_at":"2024-11-18T01:47:33.919Z","dependency_job_id":null,"html_url":"https://github.com/RoyalIcing/tela","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyalIcing%2Ftela","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyalIcing%2Ftela/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyalIcing%2Ftela/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyalIcing%2Ftela/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RoyalIcing","download_url":"https://codeload.github.com/RoyalIcing/tela/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243196649,"owners_count":20251860,"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":"2024-11-18T01:11:30.511Z","updated_at":"2025-03-12T09:44:52.711Z","avatar_url":"https://github.com/RoyalIcing.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tela\n\nAlpha version can be loaded via jsdelivr: \u003chttps://cdn.jsdelivr.net/gh/RoyalIcing/tela@3d61f6e92daaed960b19598c6c1d851420feae4e/tela.css\u003e\n\n## Grid\n\nUses CSS grid.\n\n### Two column grid:\n\n```html\n\u003cul\nclass=\"G |-+-|\"\n\u003e\n\u003cli\u003eFirst\u003c/li\u003e\n\u003cli\u003eSecond\u003c/li\u003e\n\u003cli\u003eThird\u003c/li\u003e\n\u003cli\u003eFourth\u003c/li\u003e\n\u003c/ul\u003e\n```\n\n### Three column grid:\n\n```html\n\u003cul\nclass=\"G |-+-+-|\"\n\u003e\n\u003cli\u003eFirst\u003c/li\u003e\n\u003cli\u003eSecond\u003c/li\u003e\n\u003cli\u003eThird\u003c/li\u003e\n\u003cli\u003eFourth\u003c/li\u003e\n\u003c/ul\u003e\n```\n\n### Four column grid:\n\n```html\n\u003cul\nclass=\"G |-+-+-+-|\"\n\u003e\n\u003cli\u003eFirst\u003c/li\u003e\n\u003cli\u003eSecond\u003c/li\u003e\n\u003cli\u003eThird\u003c/li\u003e\n\u003cli\u003eFourth\u003c/li\u003e\n\u003c/ul\u003e\n```\n\n## X\n\nUses flexbox with row direction, items aligned center.\n\n```html\n\u003cul\n  class=\"X\"\n  style=\"\n    --X-spacing: 1rem;\n  \"\n\u003e\n  \u003cli\u003eFirst\u003c/li\u003e\n  \u003cli\u003eSecond\u003c/li\u003e\n  \u003cli\u003eThird\u003c/li\u003e\n\u003c/ul\u003e\n```\n\n## Y\n\nUses flexbox with column direction.\n\n```html\n\u003cul\n  class=\"Y\"\n  style=\"\n    --Y-spacing: 1rem;\n  \"\n\u003e\n  \u003cli\u003eFirst\u003c/li\u003e\n  \u003cli\u003eSecond\u003c/li\u003e\n  \u003cli\u003eThird\u003c/li\u003e\n\u003c/ul\u003e\n```\n\n## Text\n\n### Centering text\n\n```html\n\u003cdiv\n  class=\"-X-\"\n\u003e\n  \u003ch1\u003eSome heading\u003c/h1\u003e\n  \u003cp\u003eSome descriptive text\u003c/p\n\u003c/div\u003e\n```\n\n## Responsive\n\n```html\n\u003cul class=\"Y X\u003e=48em\"\u003e\n  \u003cli\u003eFirst\u003c/li\u003e\n  \u003cli\u003eSecond\u003c/li\u003e\n  \u003cli\u003eThird\u003c/li\u003e\n\u003c/ul\u003e\n```\n\n## Getting started\n\nYou may define the following CSS variables:\n\n```css\n:root {\n  --size-7: 4rem;\n  --size-6: 3rem;\n  --size-5: 2.25rem;\n  --size-4: 1.875rem;\n  --size-3: 1.5rem;\n  --size-2: 1.25rem;\n  --size-1: 1.125rem;\n  --size-0: 1rem;\n  --size--1: 0.875rem;\n  --size--2: 0.75rem;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froyalicing%2Ftela","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froyalicing%2Ftela","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froyalicing%2Ftela/lists"}