{"id":18458056,"url":"https://github.com/baianat/base","last_synced_at":"2025-04-08T05:33:54.367Z","repository":{"id":44077300,"uuid":"115364183","full_name":"baianat/base","owner":"baianat","description":"Base is Baianat's design language, built based on the art of big typography and giving exactly the same experience on any device using responsive elements technique.","archived":false,"fork":false,"pushed_at":"2022-12-03T16:01:26.000Z","size":1658,"stargazers_count":14,"open_issues_count":11,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-23T06:51:06.136Z","etag":null,"topics":["baianat","base","css","design-language","design-language-framework","framework","stylus"],"latest_commit_sha":null,"homepage":"https://baianat.github.io/base-framework/","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":"2017-12-25T21:33:37.000Z","updated_at":"2025-02-28T03:02:50.000Z","dependencies_parsed_at":"2023-01-23T14:30:14.919Z","dependency_job_id":null,"html_url":"https://github.com/baianat/base","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/baianat%2Fbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baianat%2Fbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baianat%2Fbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baianat%2Fbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baianat","download_url":"https://codeload.github.com/baianat/base/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247785919,"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":["baianat","base","css","design-language","design-language-framework","framework","stylus"],"created_at":"2024-11-06T08:16:31.482Z","updated_at":"2025-04-08T05:33:49.348Z","avatar_url":"https://github.com/baianat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Base\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* Supports native CSS variables.\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 @baianat/Base.framework --save\n#or using yarn\nyarn add @baianat/Base.framework\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!-- Base --\u003e\n    \u003clink rel=\"stylesheet\" href=\"./@baianat/framework/dist/css/base.css\"\u003e\n\n    \u003c!--\u003eOr if you want to use cssVar version \u003c--\u003e\n    \u003clink rel=\"stylesheet\" href=\"./@baianat/framework/dist/css/Base.cssvar.css\"\u003e\n\n    \u003ctitle\u003eBase\u003c/title\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 \"~@baianat/Base.framework/base\"\n```\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n\nCopyright (c) 2017 [Baianat](http://baianat.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaianat%2Fbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaianat%2Fbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaianat%2Fbase/lists"}