{"id":13749475,"url":"https://github.com/rtuin/tss2stss","last_synced_at":"2025-05-16T18:34:27.204Z","repository":{"id":22175308,"uuid":"25507175","full_name":"rtuin/tss2stss","owner":"rtuin","description":"Converts TSS (Titanium Style Sheets) to STSS (Sassy Titanium Style Sheets).","archived":false,"fork":false,"pushed_at":"2015-06-17T09:19:35.000Z","size":11141,"stargazers_count":7,"open_issues_count":3,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-16T00:32:27.758Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rtuin.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":"2014-10-21T06:54:59.000Z","updated_at":"2015-12-08T08:36:08.000Z","dependencies_parsed_at":"2022-08-20T21:10:57.232Z","dependency_job_id":null,"html_url":"https://github.com/rtuin/tss2stss","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuin%2Ftss2stss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuin%2Ftss2stss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuin%2Ftss2stss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuin%2Ftss2stss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rtuin","download_url":"https://codeload.github.com/rtuin/tss2stss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225444755,"owners_count":17475353,"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-08-03T07:01:02.780Z","updated_at":"2024-11-19T23:44:46.091Z","avatar_url":"https://github.com/rtuin.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# TSS2STSS\n\nConverts TSS (Titanium Style Sheets) to STSS (Sassy Titanium Style Sheets). That's all it does.\n\n## Installation\nYou can install this tool using [npm](https://www.npmjs.com/):\n\n```sh\nnpm install -g tss2stss\n```\n\n## How to use this tool\nYou can run it from the command line. The current version has two parameters: input and output.\n\n```sh\ntss2stss index.tss index.stss\n```\n\nOr convert whole projects at once:\n```sh\ntss2stss app/styles app/styles/stss\n```\n\nYou can also incorporate this into your own project:\n```javascript\nvar tss2stss = require('tss2stss');\n```\n\n## Changelog\n\n### v0.3.0 - 16-06-2015\n* Improved support for more complex selectors - by @xavierlacot\n\n### v0.2.0 - 24-10-2014\n* Shorthand notations like `left` instead of `Ti.UI.TEXT_ALIGNMENT_LEFT` are now optimised in the compiler\n* A simple testsuite has been added\n\n### v0.1.0 - 21-10-2014\n* Initial release of this tool\n\n## Contributing\nAny help with development is welcome. Please take a look at the issues list if you want to work on something, or discuss\na new feature.\n\n### Running the tests\nCurrently the TSS to STSS conversion is tested using a Ti Alloy app that compiles the TSS files in the\n`tests/tss2stss-test-app/tss-fixtures` directory into STSS files in the `tests/tss2stss-test-app/app/styles` directory.\nAfter that a ti build is triggered and the stss hook compiles the STSS back to TSS, which are then validated by the\nti build. If any errors occur during this process, you will see this in the console.\n\nYou can run these tests by executing the `runtest.sh` file in the app's directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtuin%2Ftss2stss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frtuin%2Ftss2stss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtuin%2Ftss2stss/lists"}