{"id":15059550,"url":"https://github.com/justgage/tachyons-elm","last_synced_at":"2025-10-04T18:31:43.250Z","repository":{"id":62418662,"uuid":"89600634","full_name":"justgage/tachyons-elm","owner":"justgage","description":"This is simple bindings to Tachyons (A functionall CSS library) in Elm. Aids in auto-completion.","archived":true,"fork":false,"pushed_at":"2020-07-30T19:20:35.000Z","size":679,"stargazers_count":35,"open_issues_count":2,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-17T13:07:06.902Z","etag":null,"topics":["css","elm-lang","functional-css","functional-programming","tachyons","tachyons-css"],"latest_commit_sha":null,"homepage":"http://package.elm-lang.org/packages/justgage/tachyons-elm/latest/Tachyons","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justgage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-27T13:28:47.000Z","updated_at":"2023-01-28T13:29:18.000Z","dependencies_parsed_at":"2022-11-01T16:47:53.583Z","dependency_job_id":null,"html_url":"https://github.com/justgage/tachyons-elm","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justgage%2Ftachyons-elm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justgage%2Ftachyons-elm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justgage%2Ftachyons-elm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justgage%2Ftachyons-elm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justgage","download_url":"https://codeload.github.com/justgage/tachyons-elm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235289311,"owners_count":18965921,"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","elm-lang","functional-css","functional-programming","tachyons","tachyons-css"],"created_at":"2024-09-24T22:45:25.206Z","updated_at":"2025-10-04T18:31:42.825Z","avatar_url":"https://github.com/justgage.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tachyons For Elm\n\nThis basically allows [Tachyons](http://tachyons.io/) auto-completion to work in Elm.\n\nSee the Tachyons Module on http://package.elm-lang.org/packages/groma84/tachyons-elm/latest for more info.\n\nThis is an updated fork of http://package.elm-lang.org/packages/justgage/tachyons-elm/latest to support a newer version of Tachyons.\n\n# Working example\n\nThis is the smallest possible program for working with this library.\n\n```elm\nmodule Main exposing (..)\n\nimport Tachyons exposing (classes, tachyons)\nimport Tachyons.Classes exposing (f1, purple, pointer, b)\nimport Html exposing (..)\n\n\nmain =\n    div [ classes [ f1, purple, pointer, b ] ]\n        [ -- `tachyons.css` this should only be used for demo purposes, it's better included as a cdn in HTML: \n          -- \u003clink rel=\"stylesheet\" href=\"https://unpkg.com/tachyons@4.12.0/css/tachyons.min.css\"/\u003e\n          tachyons.css \n        , text \"I'm Purple and big!\"\n        ]\n```\n\n\n\n[DEMO HERE](https://ellie-app.com/3P4GnXTQ7Cca1)\n\n\n# Helping out\n\nI use a JS script to generate my Tachyons classes. To do so as well do the following:\n\n```\nnpm install\n./build.sh\n```\n\nThis will create `Tachyons/Classes.elm`, format it, and make sure it builds.\n\n### Requirements\n\n* [elm-format](https://github.com/avh4/elm-format) for formatting elm\n* [prettier](https://github.com/prettier/prettier) for formatting js. `prettier --write scripts/file_name.js`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustgage%2Ftachyons-elm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustgage%2Ftachyons-elm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustgage%2Ftachyons-elm/lists"}