{"id":21221331,"url":"https://github.com/togakurecss/styles-old","last_synced_at":"2026-04-09T21:01:39.662Z","repository":{"id":38449666,"uuid":"210205967","full_name":"togakureCSS/styles-old","owner":"togakureCSS","description":"(in development)","archived":false,"fork":false,"pushed_at":"2022-12-10T03:20:34.000Z","size":895,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T12:02:23.607Z","etag":null,"topics":["css","css-in-js","less","sass","scss","stylus"],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/togakureCSS.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":"2019-09-22T19:56:15.000Z","updated_at":"2021-09-06T18:15:13.000Z","dependencies_parsed_at":"2023-01-25T20:32:15.462Z","dependency_job_id":null,"html_url":"https://github.com/togakureCSS/styles-old","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/togakureCSS%2Fstyles-old","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/togakureCSS%2Fstyles-old/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/togakureCSS%2Fstyles-old/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/togakureCSS%2Fstyles-old/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/togakureCSS","download_url":"https://codeload.github.com/togakureCSS/styles-old/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243668239,"owners_count":20328042,"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","css-in-js","less","sass","scss","stylus"],"created_at":"2024-11-20T22:26:49.258Z","updated_at":"2026-04-09T21:01:39.607Z","avatar_url":"https://github.com/togakureCSS.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Togakure Styles\n\n[![licence mit](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](http://hemersonvianna.mit-license.org/)\n[![GitHub issues](https://img.shields.io/github/issues/tgkr/styles.svg)](https://github.com/tgkr/styles/issues)\n![GitHub package.json version](https://img.shields.io/github/package-json/v/tgkr/styles.svg)\n![GitHub Release Date](https://img.shields.io/github/release-date/tgkr/styles.svg)\n![GitHub top language](https://img.shields.io/github/languages/top/tgkr/styles.svg)\n![GitHub repo size](https://img.shields.io/github/repo-size/tgkr/styles.svg)\n![GitHub All Releases](https://img.shields.io/github/downloads/tgkr/styles/total.svg)\n![npm](https://img.shields.io/npm/dt/@togakure/styles.svg)\n\n## Prerequisites\n\n- [Node \u003e= v6.10.3](https://nodejs.org/en/)\n- NPM \u003e= v3.10.10\n- [Yarn \u003e= v0.24.4](https://yarnpkg.com/en/docs/install#linux-tab) or `npm install -g yarn`\n\n## Install\n\n```\nyarn\n```\n\n## In the your project\n\n```bash\nnpm install --save-dev @togakure/styles\n// or\nyarn add --dev @togakure/styles\n```\n\n```bash\n// package.json\n\"devDependencies\": {\n  \"@togakure/styles\": \"vX.X.X\"\n}\n```\n\n## Build\n\n```\nyarn build\n```\n\n## Lint\n\n```bash\nyarn lint\n//[Rules in ESLint](http://eslint.org/docs/rules/)\n```\n\n## Test\n\n```\nyarn test\n```\n\n## Release\n\n```bash\n npm install -g release-it\n```\n### Usage\n\nCurrent release: v1.0.0-beta.4\n\nCommand:\n\n```bash\nrelease-it v1.0.0-beta.5\n```\n\nQuestions and answers\n\n**Release source repo**\n\n```sh\n- ? Show updated files? `Yes`\n- M  package.json\n\n- ? Commit (Release v1.0.0-beta.5)? `Yes`\n- ? Tag (v1.0.0-beta.5)? `Yes`\n- ? Push? `Yes`\n- ? Publish \"iron-fist\" to npm? `No`\n```\n\n## Manual\n\n1. [Git Flow](./docs/manual/01-git-flow.md)\n2. [Commits](./docs/manual/02-commits.md)\n3. [Architecture](./docs/manual/03-architecture.md)\n4. [Dependencies](./docs/manual/04-dependencies.md)\n5. [Technologies](./docs/manual/05-technologies.md)\n6. [Identation (code style)](./docs/manual/06-identation-code-style.md)\n7. [CSS (code style)](./docs/manual/07-css-code-style.md)\n8. [Javascript (code style)](./docs/manual/08-javascript-code-style.md)\n\n## Contributing\n\n- Fork it!\n- Create your feature branch: `git checkout -b my-new-feature`\n- Commit your changes: `git commit -m 'Add some feature'`\n- Push to the branch: `git push origin my-new-feature`\n- Submit a pull request\n\n## Log\n\nCheck [Releases](https://github.com/tgkr/styles/releases) for detailed changelog.\n\n## License\n\n[MIT license](http://hemersonvianna.mit-license.org/) © Hemerson Vianna\n\n**[⬆ back to the top](#prerequisites)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftogakurecss%2Fstyles-old","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftogakurecss%2Fstyles-old","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftogakurecss%2Fstyles-old/lists"}