{"id":15989403,"url":"https://github.com/brycerussell/classless-css-prototype","last_synced_at":"2025-04-04T22:25:03.438Z","repository":{"id":62651976,"uuid":"548432492","full_name":"BryceRussell/classless-css-prototype","owner":"BryceRussell","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-10T17:14:18.000Z","size":225,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T07:13:57.934Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Astro","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/BryceRussell.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}},"created_at":"2022-10-09T14:59:32.000Z","updated_at":"2022-10-30T15:43:35.000Z","dependencies_parsed_at":"2023-01-23T13:01:27.789Z","dependency_job_id":null,"html_url":"https://github.com/BryceRussell/classless-css-prototype","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/BryceRussell%2Fclassless-css-prototype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryceRussell%2Fclassless-css-prototype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryceRussell%2Fclassless-css-prototype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryceRussell%2Fclassless-css-prototype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BryceRussell","download_url":"https://codeload.github.com/BryceRussell/classless-css-prototype/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247257265,"owners_count":20909438,"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-10-08T04:42:30.547Z","updated_at":"2025-04-04T22:25:03.411Z","avatar_url":"https://github.com/BryceRussell.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Classless/Semantic Framework Prototype\n\nUnder Development\n\n## Goals\n\n- Semantic, tag focused styling\n- Low number of classes\n- Accessible, take advantage of `aria-` attributes\n- Small bundle size\n\n- Decouple styles into seperate modules, ability to pick and choose included styles\n\n- Support classless version\n- Support a `prose` class for styling markdown only\n\n## CSS Variables\n\nThis is to document and 'lock in' the property names for the project so they dont have to be renamed and replaced later on *fingers crossed*\n\nAll values are not final and subject to change\n\n- **--property**: `default value`\n\n### Built in values\n\n#### Colors:\n\n- **--primary: `#0582d2`**\n- **--primary-d1: `#054269`**\n- **--primary-l1: `#6fc5fc`**\n- **--primary-a1: `rgba(5, 130, 210, 0.25)`**\n- **--valid: `#17921e`**\n- **--valid-a1: `rgba(23, 146, 30, 0.25)`**\n- **--warning: `#ffd302`**\n- **--warning-a1: `rgba(255, 211, 2, 0.25)`**\n- **--invalid: `#d40d12`**\n- **--invalid-a1: `rgba(212, 13, 18, 0.25)`**\n- **--gray: `#000`**\n- **--gray-l1: `#141414`**\n- **--gray-l2: `#292929`**\n- **--gray-l3: `#3d3d3d`**\n- **--gray-l4: `#525252`**\n- **--gray-l5: `#666666`**\n- **--gray-l6: `#7a7a7a`**\n- **--gray-l7: `#8f8f8f`**\n- **--gray-l8: `#a3a3a3`**\n- **--gray-l9: `#b8b8b8`**\n- **--gray-l10: `#cccccc`**\n- **--gray-l11: `#e0e0e0`**\n- **--gray-l12: `whitesmoke`**\n- **--gray-a1: `rgba(0, 0, 0, 0.75)`**\n- **--gray-a2: `rgba(0, 0, 0, 0.5)`**\n- **--gray-a3: `rgba(0, 0, 0, 0.25)`**\n- **--gray-a4: `rgba(0, 0, 0, 0.1)`**\n\n#### Font Sizes\n\n- **--fluid-0**: `clamp(0.88rem, 0.2vw + 0.84rem, 1rem)`\n- **--fluid-1**: `clamp(1rem, 0.2vw + 0.96rem, 1.13rem)`\n- **--fluid-2**: `clamp(1.1rem, 0.41vw + 1.02rem, 1.35rem)`\n- **--fluid-3**: `clamp(1.21rem, 0.67vw + 1.08rem, 1.62rem)`\n- **--fluid-4**: `clamp(1.33rem, 1vw + 1.14rem, 1.94rem)`\n- **--fluid-5**: `clamp(1.46rem, 1.42vw + 1.2rem, 2.33rem)`\n- **--fluid-6**: `clamp(1.61rem, 1.94vw + 1.25rem, 2.8rem)`\n- **--fluid-7**: `clamp(1.77rem, 2.59vw + 1.29rem, 3.36rem)`\n- **--fluid-8**: `clamp(1.95rem, 3.4vw + 1.31rem, 4.03rem)`\n- **--fluid-9**: `clamp(2.14rem, 4.4vw + 1.32rem, 4.84rem)`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrycerussell%2Fclassless-css-prototype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrycerussell%2Fclassless-css-prototype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrycerussell%2Fclassless-css-prototype/lists"}