Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Palm-Tree-CSS/palm-tree-css

🌴 Minimalist. Modern. Simple. 🌴 An open source CSS library.
https://github.com/Palm-Tree-CSS/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.

Awesome Lists containing this project

README

        


Palm Tree CSS's imagotype


🌴 Minimalist. Modern. Simple. 🌴 A classless and agnostic CSS library.


GitHub tag (latest SemVer)
GitHub Repo Size
GitHub Language count
GitHub Top Language
GitHub Last Commit

## 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 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.

**Thanks to all the contributors!!**

[![Contributors](https://contrib.rocks/image?repo=Palm-Tree-CSS/palm-tree-css)](https://github.com/Palm-Tree-CSS/palm-tree-css/graphs/contributors)