{"id":28277160,"url":"https://github.com/squidit/css","last_synced_at":"2026-02-26T02:31:53.416Z","repository":{"id":43859998,"uuid":"366062614","full_name":"squidit/css","owner":"squidit","description":"Front-end framework style created by Squid","archived":false,"fork":false,"pushed_at":"2026-01-28T13:32:53.000Z","size":37699,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":12,"default_branch":"master","last_synced_at":"2026-01-29T05:44:10.149Z","etag":null,"topics":["components","css","framework","js","scss","squid","style"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/squidit.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-05-10T14:02:05.000Z","updated_at":"2026-01-28T13:17:05.000Z","dependencies_parsed_at":"2023-07-18T18:27:06.162Z","dependency_job_id":"e9eebf1e-aeb8-4bc7-bc21-3ad933566038","html_url":"https://github.com/squidit/css","commit_stats":{"total_commits":319,"total_committers":3,"mean_commits":"106.33333333333333","dds":"0.021943573667711602","last_synced_commit":"f4b5cb10ed980ba0da77e40e73ee0ab7c3359d5d"},"previous_names":["squidit/front-end"],"tags_count":137,"template":false,"template_full_name":null,"purl":"pkg:github/squidit/css","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squidit%2Fcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squidit%2Fcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squidit%2Fcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squidit%2Fcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/squidit","download_url":"https://codeload.github.com/squidit/css/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squidit%2Fcss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29848634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"online","status_checked_at":"2026-02-26T02:00:06.774Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["components","css","framework","js","scss","squid","style"],"created_at":"2025-05-21T06:14:56.095Z","updated_at":"2026-02-26T02:31:53.411Z","avatar_url":"https://github.com/squidit.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://squidit.com.br\" target='_blank'\u003e\n    \u003cimg src=\"https://storage.googleapis.com/squid-static/squid/logos/logoSquid-pink.svg\" alt=\"Squid logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eCSS - Components Squid Style\u003c/h1\u003e\n\n## About\n\n\u003e Squid CSS Framework\n\n## Table of contents\n\n- [About](#about)\n- [Table of contents](#table-of-contents)\n- [Exemple](#exemple)\n- [Usage](#usage)\n  - [Install](#install)\n    - [Angular Install](#angular-install)\n    - [React.js Install](#reactjs-install)\n    - [Vue.js Install](#vuejs-install)\n- [Development](#development)\n  - [Write Documentation](#write-documentation)\n- [Production](#production)\n  - [Deploy on jsdelivr](#deploy-on-jsdelivr)\n- [Documentation](#documentation)\n- [External Libraries and Inspiration](#external-libraries-and-inspiration)\n  - [Animate.css](#animatecss)\n  - [Grid System](#grid-system)\n  - [Icons](#icons)\n  - [Toast](#toast)\n  - [Based Styleguide](#based-styleguide)\n\n## Exemple\n\nSee an exemple of all components [here](https://squidit.github.io/css/)\n\n## Usage\n\n### Install\n\nYou can easily install with npm\n\nor download [here](https://github.com/squidit/css/releases)\n\nor use CDN`https://www.jsdelivr.com/package/gh/squidit/css`\\*\n\nor use `https://css-cdn.squidit.com.br`\\*\n\n-\u003e Use the path from references above on CDN's to find the files. Exemple: `https://css-cdn.squidit.com.br/dist/css/squid.min.css`\n\n`npm install @squidit/css --save`\n\nJust reference CSS `/dist/css/squid.min.css` and Javascript `/dist/js/squid.min.js` on your page or your framework.\nIf necessary remember to declare the fonts contained in the `/dist/fonts` folder or change paths on `squid.min.css` or `squid.css`\n\n```html\n\u003chtml\u003e\n  \u003chead\u003e\n    ...\n    \u003clink rel=\"stylesheet\" href=\"path-to-files/dist/css/squid.min.css\" /\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    ...\n    \u003cscript defer src=\"path-to-files/dist/js/squid.min.js\"\u003e\u003c/script\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n#### Angular Install\n\nUse [NGX-CSS](https://github.com/squidit/ngx-css)\n\n#### React Install\n\nUse [React-CSS](https://github.com/squidit/react-css)\n\n#### Vue.js Install\n\nSoon\n\n## Development\n\n1. Install npm dependences\n\n`npm install`\n\n2. Run `npm start` to watch `.scss` and `.js` files\n\n### Write Documentation\n\nSee Intructions [here](https://github.com/squidit/css/blob/master/src/docs/README.md)\n\n### Deploy on jsdelivr\n\nThe official CDN for Squid CSS is jsdelivr, which is even where the framework documentation consumes assets.\n\nOn [GitHub Releases](https://github.com/squidit/css/releases) create a new release, with a new tag version\\*\\* and using `master` branch\n\n### jsdelivr usage\n\n```html\n...\n\u003clink\n  src=\"https://cdn.jsdelivr.net/gh/squidit/css@latest/dist/css/squid.min.css\"\n  rel=\"stylesheet\"\n/\u003e\n...\n\u003cscript src=\"https://cdn.jsdelivr.net/gh/squidit/css@latest/dist/js/squid.min.js\"\u003e\u003c/script\u003e\n```\n\n### Deploy yo NPM\n\n\u003e Just draft a new release here on Github and an actions will starts\n\n\\*\\*Important to use the same tag as package.json\n\n## Documentation\n\nSee Docs [here](https://css.squidit.com.br)\n\n## External Libraries and Inspiration\n\n### Animate.css\n\n\u003e This framework uses Animate.css lib, see docs [here](https://animate.style/)\n\n### Grid System\n\n\u003e This framework uses a Grid based on Boostrap 5 Grid System with modifications, see docs [here](https://getbootstrap.com/docs/5.0/)\n\n### Icons\n\n\u003e This framework uses Icons from Font Awersome, see [here](https://fontawesome.com/)\n\n### Toast\n\n\u003e This framework uses a adaptation of VanillaToast, see [here](https://github.com/talsu/vanilla-toast)\n\n### Based Styleguide\n\n\u003e This framework is based on [Squid Styleguide](https://www.figma.com/file/jgIT00DpxPCgaFwxlN7BZv/PADRONIZA%C3%87%C3%83O?node-id=0%3A1)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquidit%2Fcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsquidit%2Fcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquidit%2Fcss/lists"}