{"id":16548844,"url":"https://github.com/dangvanthanh/postcss-longshadow-text","last_synced_at":"2025-10-28T16:32:04.632Z","repository":{"id":42741043,"uuid":"56477355","full_name":"dangvanthanh/postcss-longshadow-text","owner":"dangvanthanh","description":"Postcss plugin for long shadow text","archived":false,"fork":false,"pushed_at":"2023-10-07T14:47:24.000Z","size":526,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-09-15T09:41:48.805Z","etag":null,"topics":["css","longshadow-text","postcss","postcss-plugins","shadow-text"],"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/dangvanthanh.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":"2016-04-18T04:38:08.000Z","updated_at":"2022-01-05T14:04:42.000Z","dependencies_parsed_at":"2022-09-26T20:00:46.120Z","dependency_job_id":null,"html_url":"https://github.com/dangvanthanh/postcss-longshadow-text","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dangvanthanh%2Fpostcss-longshadow-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dangvanthanh%2Fpostcss-longshadow-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dangvanthanh%2Fpostcss-longshadow-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dangvanthanh%2Fpostcss-longshadow-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dangvanthanh","download_url":"https://codeload.github.com/dangvanthanh/postcss-longshadow-text/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219859094,"owners_count":16556037,"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","longshadow-text","postcss","postcss-plugins","shadow-text"],"created_at":"2024-10-11T19:27:18.422Z","updated_at":"2025-10-28T16:32:04.156Z","avatar_url":"https://github.com/dangvanthanh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostCSS Long Shadow Text\n\n\u003e PostCSS plugin for long shadow text\n\n![](screenshot.png)\n\n## Install\n\n```\n$ npm install --save postcss-longshadow-text\n```\n\n## Configure\n\nAdd the plugin to plugin list\n\n```js\nmodule.exports = {\n\tplugins: {\n\t\trequire('postcss-longshadow-text')\n\t}\n}\n```\n\nSee [Postcss](https://github.com/postcss/postcss) docs for examples for your environment.\n\n## API\n\n### Stylesheets\n\n```css\n.foo {\n\tlongshadow-text: [direction] [size] [color] [type];\n}\n```\n\nExamples\n\n```\n.text-element {\n\tlongshadow-text: top 70 #a13c32 text;\n}\n\n.box-element {\n\tlongshadow-text: bottom 120 #702c70 box;\n}\n```\n\n### Options\n\n| Options      | Description                 | Value                                                                   |\n|--------------|-----------------------------|-------------------------------------------------------------------------|\n| `direction`  | Position of shadow text     | `top`, `right`, `bottom`, `left`, `top-left`, `top-right`, `bottom-left`, `bottom-right` |\n| `size`       | Size of shadow text         | Number such as 10, 20, 30                                               |\n| `color`      | Color of shadow text        | HEX, RGB, RGBA, HSL                                                     |\n| `type`       | What kind of shadow to add  | `text` or `box`                                                         |\n\n## Team\n\n[![Dang Van Thanh](https://avatars3.githubusercontent.com/u/2674850?v=3\u0026s=100)](https://github.com/dangvanthanh) |\n---|\n[Dang Van Thanh](https://github.com/dangvanthanh) |\n\n## License\n\nMIT © [Dang Van Thanh](https://dangthanh.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdangvanthanh%2Fpostcss-longshadow-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdangvanthanh%2Fpostcss-longshadow-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdangvanthanh%2Fpostcss-longshadow-text/lists"}