Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adonyssantos/palm-tree-css
🌴 Minimalist. Modern. Simple. 🌴 An open source CSS library.
https://github.com/adonyssantos/palm-tree-css
classless-css palm-tree palm-tree-css semantic-html
Last synced: 3 months ago
JSON representation
🌴 Minimalist. Modern. Simple. 🌴 An open source CSS library.
- Host: GitHub
- URL: https://github.com/adonyssantos/palm-tree-css
- Owner: adonyssantos
- License: mit
- Created: 2021-05-01T04:17:26.000Z (over 3 years ago)
- Default Branch: release/2.0.0
- Last Pushed: 2024-05-02T16:32:18.000Z (6 months ago)
- Last Synced: 2024-05-03T19:18:55.361Z (6 months ago)
- Topics: classless-css, palm-tree, palm-tree-css, semantic-html
- Language: SCSS
- Homepage: https://palm-tree-css.vercel.app/
- Size: 595 KB
- Stars: 16
- Watchers: 3
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-CSS-Resources - palm-tree-css-library:
README
🌴 Minimalist. Modern. Simple. 🌴 A classless and agnostic CSS library.
## Table of contents
- [Table of contents](#table-of-contents)
- [Add Palm Tree to your project](#add-palm-tree-to-your-project)
- [Keep in mind](#keep-in-mind)
- [Starter template](#starter-template)
- [How to Contribute](#how-to-contribute)
- [Contributor Behavior](#contributor-behavior)
- [Pull Requests](#pull-requests)
- [Style Guide](#style-guide)
- [License](#license)
- [Credits](#credits)## Add Palm Tree to your project
Copy-paste the stylesheet `` into your `` before all other stylesheets to load our CSS.
```html
```
The same but without minifying.
```html
```
## Keep in mind
Palm Tree uses **viewport meta tag** so you need to add it to your `head`.
```html
```
## Starter template
We recommend using the HTML5 structure, the initial code should be as follows.
```html
Palm Tree
Hello, Palm Tree!
```
## How to Contribute
The contribution guideline is derived from [ConventionalCommits.org](https://www.conventionalcommits.org/)
### Contributor Behavior
Be 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.
### Pull Requests
Conventional Commits use the [GitHub flow](https://guides.github.com/introduction/flow/) as main versioning workflow
1. Fork the [Palm Tree](https://github.com/PuzzlerDev/palm-tree-css-library) repository.
2. Create a new branch for each feature, fix or improvement.
3. Send a pull request from each feature branch to **dev** branch.It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch.
This allow us to review and pull in new features or improvements individually.
### Style Guide
All pull requests SHOULD adhere to the [Conventional Commits specification](https://conventionalcommits.org/)
### License
You 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.
## Credits
This project is developed by [PuzzlerDev](https://github.com/puzzlerDev/).