{"id":21240246,"url":"https://github.com/retyui/postcss-tuesday.css-data","last_synced_at":"2025-03-15T03:42:52.380Z","repository":{"id":57328585,"uuid":"85298807","full_name":"retyui/postcss-tuesday.css-data","owner":"retyui","description":"PostCSS plugin that adds `@keyframes` from tuesday.css.","archived":false,"fork":false,"pushed_at":"2018-05-10T16:55:20.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-09T00:07:01.973Z","etag":null,"topics":["animation-css","postcss-animations","postcss-tuesday","tuesday-css"],"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/retyui.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-03-17T10:18:10.000Z","updated_at":"2017-06-22T12:02:52.000Z","dependencies_parsed_at":"2022-09-21T01:52:23.429Z","dependency_job_id":null,"html_url":"https://github.com/retyui/postcss-tuesday.css-data","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retyui%2Fpostcss-tuesday.css-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retyui%2Fpostcss-tuesday.css-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retyui%2Fpostcss-tuesday.css-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retyui%2Fpostcss-tuesday.css-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/retyui","download_url":"https://codeload.github.com/retyui/postcss-tuesday.css-data/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243681005,"owners_count":20330155,"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":["animation-css","postcss-animations","postcss-tuesday","tuesday-css"],"created_at":"2024-11-21T00:50:07.895Z","updated_at":"2025-03-15T03:42:52.348Z","avatar_url":"https://github.com/retyui.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# postcss-tuesday.css-data\n\nAutogenerated data for [postcss-animations](https://github.com/retyui/postcss-animations) plugin.\n\nParsed all `@keyframes` from [magic.css](https://minimamente.com/example/magic_animations/).\n\n## Install\n\n```bash\nyarn add -D postcss-tuesday.css-data postcss-animations\n# or npm i -D postcss-tuesday.css-data postcss-animations\n```\n\n## Use\n\n```js\nconst postcss = require(\"postcss\");\nconst postcssAnimations = require(\"postcss-animations\");\n\n(async () =\u003e {\n  const CSS = `.my-tdExpandIn { animation-name: tdExpandIn; }`;\n  const PLUGINS = [\n    postcssAnimations({\n      data: [require(\"postcss-tuesday.css-data\")],\n      checkDuplications: true,\n      disableCheckCssVariables: true\n    })\n  ];\n\n  try {\n    const { css, messages } = await postcss(PLUGINS).process(\n      CSS /*, {from,to}*/\n    );\n    messages.map(msg =\u003e console.log(msg.toString()));\n\n    console.log(css);\n    /*\n      .my-tdExpandIn { animation-name: tdExpandIn; }\n      @keyframes tdExpandIn { }\n    */\n  } catch (e) {\n    console.error(e);\n  }\n})();\n```\n\n## Other animation data:\n\n* [![npm postcss-animation.css-data](https://img.shields.io/npm/dm/postcss-animation.css-data.svg)](https://www.npmjs.com/package/postcss-animation.css-data) [postcss-animation.css-data](https://github.com/retyui/postcss-animation.css-data)\n* [![npm postcss-magic.css-data](https://img.shields.io/npm/dm/postcss-magic.css-data.svg)](https://www.npmjs.com/package/postcss-magic.css-data) [postcss-magic.css-data](https://github.com/retyui/postcss-magic.css-data)\n* [![npm postcss-mimic.css-data](https://img.shields.io/npm/dm/postcss-mimic.css-data.svg)](https://www.npmjs.com/package/postcss-mimic.css-data) [postcss-mimic.css-data](https://github.com/retyui/postcss-mimic.css-data)\n\n## Update data:\n\n```bash\ngit clone https://github.com/retyui/postcss-tuesday.css-data\ncd postcss-tuesday.css-data\nyarn\nyarn build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretyui%2Fpostcss-tuesday.css-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretyui%2Fpostcss-tuesday.css-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretyui%2Fpostcss-tuesday.css-data/lists"}