{"id":13945163,"url":"https://github.com/Palm-Tree-CSS/palm-tree-css","last_synced_at":"2025-07-20T08:32:12.310Z","repository":{"id":46777390,"uuid":"363320450","full_name":"Palm-Tree-CSS/palm-tree-css","owner":"Palm-Tree-CSS","description":"🌴 Minimalist. Modern. Simple. 🌴  An open source CSS library. ","archived":false,"fork":false,"pushed_at":"2024-08-07T01:02:48.000Z","size":615,"stargazers_count":17,"open_issues_count":16,"forks_count":4,"subscribers_count":3,"default_branch":"release/2.0.0","last_synced_at":"2024-08-07T03:35:44.734Z","etag":null,"topics":["classless-css","palm-tree","palm-tree-css","semantic-html"],"latest_commit_sha":null,"homepage":"https://palm-tree-css.vercel.app/","language":"SCSS","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/Palm-Tree-CSS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-01T04:17:26.000Z","updated_at":"2024-08-08T04:06:31.926Z","dependencies_parsed_at":"2024-03-28T03:23:51.693Z","dependency_job_id":"36efc3a2-34d7-43b6-9c78-811df559294c","html_url":"https://github.com/Palm-Tree-CSS/palm-tree-css","commit_stats":null,"previous_names":["adonyssantos/palm-tree-css-library","adonyssantos/palm-tree-css","palm-tree-css/palm-tree-css"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Palm-Tree-CSS%2Fpalm-tree-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Palm-Tree-CSS%2Fpalm-tree-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Palm-Tree-CSS%2Fpalm-tree-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Palm-Tree-CSS%2Fpalm-tree-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Palm-Tree-CSS","download_url":"https://codeload.github.com/Palm-Tree-CSS/palm-tree-css/tar.gz/refs/heads/release/2.0.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226764798,"owners_count":17678388,"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":["classless-css","palm-tree","palm-tree-css","semantic-html"],"created_at":"2024-08-08T04:01:00.093Z","updated_at":"2024-11-27T14:30:52.073Z","avatar_url":"https://github.com/Palm-Tree-CSS.png","language":"SCSS","readme":"\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"./assets/imagotype.svg\" alt=\"Palm Tree CSS's imagotype\" title=\"Palm Tree CSS's imagotype\" width=\"200\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t🌴 Minimalist. Modern. Simple. 🌴 A classless and agnostic CSS library. \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/v/tag/PuzzlerDev/palm-tree-css?color=blue\u0026label=version\u0026style=plastic\" alt=\"GitHub tag (latest SemVer)\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/repo-size/PuzzlerDev/palm-tree-css?style=plastic\" alt=\"GitHub Repo Size\" title=\"GitHub Repo Size\"\u003e \n\t\u003cimg src=\"https://img.shields.io/github/languages/count/PuzzlerDev/palm-tree-css?style=plastic\" alt=\"GitHub Language count\" title=\"GitHub Language count\"\u003e \n\t\u003cimg src=\"https://img.shields.io/github/languages/top/PuzzlerDev/palm-tree-css?style=plastic\" alt=\"GitHub Top Language\" title=\"GitHub Top Language\"\u003e \n\t\u003cimg src=\"https://img.shields.io/github/last-commit/PuzzlerDev/palm-tree-css?color=red\u0026amp;style=plastic\" alt=\"GitHub Last Commit\" title=\"GitHub Last Commit\"\u003e\n\u003c/p\u003e\n\n## Table of contents\n\n- [Table of contents](#table-of-contents)\n- [Add Palm Tree to your project](#add-palm-tree-to-your-project)\n- [Keep in mind](#keep-in-mind)\n- [Starter template](#starter-template)\n- [How to Contribute](#how-to-contribute)\n  - [Contributor Behavior](#contributor-behavior)\n  - [Pull Requests](#pull-requests)\n  - [Style Guide](#style-guide)\n  - [License](#license)\n- [Credits](#credits)\n\n## Add Palm Tree to your project\n\nCopy-paste the stylesheet `\u003clink\u003e` into your `\u003chead\u003e` before all other stylesheets to load our CSS.\n\n```html\n\u003c!-- Palm Tree CSS --\u003e\n\u003clink\n  rel=\"stylesheet\"\n  href=\"https://puzzlerdev.github.io/palm-tree-css-library/style.min.css\"\n  crossorigin=\"anonymous\"\n/\u003e\n```\n\nThe same but without minifying.\n\n```html\n\u003c!-- Palm Tree CSS --\u003e\n\u003clink rel=\"stylesheet\" href=\"https://puzzlerdev.github.io/palm-tree-css-library/style.css\" crossorigin=\"anonymous\" /\u003e\n```\n\n## Keep in mind\n\nPalm Tree uses **viewport meta tag** so you need to add it to your `head`.\n\n```html\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" /\u003e\n```\n\n## Starter template\n\nWe recommend using the HTML5 structure, the initial code should be as follows.\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n  \u003chead\u003e\n    \u003c!-- Required meta tags --\u003e\n    \u003cmeta charset=\"utf-8\" /\u003e\n    \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" /\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\" /\u003e\n\n    \u003c!-- Palm Tree CSS --\u003e\n    \u003clink\n      rel=\"stylesheet\"\n      href=\"https://puzzlerdev.github.io/palm-tree-css-library/style.min.css\"\n      crossorigin=\"anonymous\"\n    /\u003e\n\n    \u003ctitle\u003ePalm Tree\u003c/title\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    \u003ch1\u003eHello, Palm Tree!\u003c/h1\u003e\n    \u003c!-- Your code --\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n## How to Contribute\n\nThe contribution guideline is derived from [ConventionalCommits.org](https://www.conventionalcommits.org/)\n\n### Contributor Behavior\n\nBe kind to one another. We're striving to make [Conventional Commits](https://www.conventionalcommits.org/) an inclusive environment that's great for first time open-source contributors.\n\n### Pull Requests\n\nConventional Commits use the [GitHub flow](https://guides.github.com/introduction/flow/) as main versioning workflow\n\n1. Fork the [Palm Tree](https://github.com/PuzzlerDev/palm-tree-css-library) repository.\n2. Create a new branch for each feature, fix or improvement.\n3. Send a pull request from each feature branch to **dev** branch.\n\nIt is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch.\n\nThis allow us to review and pull in new features or improvements individually.\n\n### Style Guide\n\nAll pull requests SHOULD adhere to the [Conventional Commits specification](https://conventionalcommits.org/)\n\n### License\n\nYou must agree that your patch will be licensed under the Conventional Commit License, and when we change the license we will assume that you agreed with the change unless you object to the changes in time.\n\n## Credits\n\nThis project was initially started by [PuzzlerDev](https://github.com/puzzlerDev/) because we decided not to continue with this organization. Then it was moved to the Palm Tree CSS organization to be maintained by the community, specially by the [Gentleman Programming](https://github.com/Gentleman-Programming/) community.\n\n**Thanks to all the contributors!!**\n\n[![Contributors](https://contrib.rocks/image?repo=Palm-Tree-CSS/palm-tree-css)](https://github.com/Palm-Tree-CSS/palm-tree-css/graphs/contributors)\n","funding_links":[],"categories":["Frameworks / Resources"],"sub_categories":["P"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPalm-Tree-CSS%2Fpalm-tree-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPalm-Tree-CSS%2Fpalm-tree-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPalm-Tree-CSS%2Fpalm-tree-css/lists"}