{"id":18458045,"url":"https://github.com/baianat/blexar","last_synced_at":"2025-04-08T05:33:51.047Z","repository":{"id":34977473,"uuid":"142360979","full_name":"baianat/blexar","owner":"baianat","description":"❤ An HTML, CSS and JavaScript framework for developing responsive modern web interfaces, focused on usability and minimal sizes, with all the necessary extensions.","archived":false,"fork":false,"pushed_at":"2022-02-12T12:33:46.000Z","size":718,"stargazers_count":33,"open_issues_count":11,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T20:43:29.088Z","etag":null,"topics":["css","design-language","design-language-framework","design-patterns"],"latest_commit_sha":null,"homepage":"https://blexar.com","language":"JavaScript","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/baianat.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":"2018-07-25T22:42:45.000Z","updated_at":"2025-02-12T12:46:01.000Z","dependencies_parsed_at":"2022-08-08T03:15:23.546Z","dependency_job_id":null,"html_url":"https://github.com/baianat/blexar","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baianat%2Fblexar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baianat%2Fblexar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baianat%2Fblexar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baianat%2Fblexar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baianat","download_url":"https://codeload.github.com/baianat/blexar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247785918,"owners_count":20995641,"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":["css","design-language","design-language-framework","design-patterns"],"created_at":"2024-11-06T08:16:30.215Z","updated_at":"2025-04-08T05:33:45.989Z","avatar_url":"https://github.com/baianat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blexar\n\n**A solid base to establish your favorite websites with user experience in mind.**\n\nInspired by the user's own experience needs, we decided to implement a design system to serve as a solid basis for very simple, yet elegant websites to deliver a complexity-free environment.\n\n## Main Features\n\n* Works well with SVG out of the box.\n* Offers some of the simplistic UI elements out there.\n* Intelligent grid system based on Flex-box.\n* Built using Stylus preprocessor.\n* User-friendly documentation with editable code snippets.\n\n## Getting Started\n\n### Installation\n\nUsing npm\n\n```bash\nnpm install blexar --save\n#or using yarn\nyarn add blexar\n```\n\n### HTML Layout\n\n```html\n\u003c!doctype html\u003e\n\u003chtml lang=\"en\"\u003e\n  \u003chead\u003e\n    \u003cmeta charset=\"utf-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\n\n    \u003c!-- blexar --\u003e\n    \u003clink rel=\"stylesheet\" href=\"./blexar/dist/css/blexar.css\"\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n\n  ...\n\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n### Webpack Configuration\n\nAdd the following rule to the Webpack configuration file\n\n```javascript\n{\n  test: /.styl$/,\n  loader: 'style-loader!css-loader!stylus-loader?resolve url'\n}\n```\n\n### Working with styles\n\nIn your main styling file `app.styl`, before including the Base main file, make sure to add the needed variables, according to your customization preferences.\n\n```CSS\n$margin = 2px\n$red    = #E13C31\n@import \"~blexar\"\n```\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n\nCopyright (c) 2019 [Baianat](http://baianat.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaianat%2Fblexar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaianat%2Fblexar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaianat%2Fblexar/lists"}