# @tinacms/styles

Latest version **0.42.1** (published 2021-06-28) · Apache-2.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @tinacms/styles
pnpm add @tinacms/styles
yarn add @tinacms/styles
bun add @tinacms/styles
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.42.1 |
| Published | 2021-06-28 |
| First published | 2019-09-20 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 33.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 13801 |
| Maintainers | forestry_chris, jpatters, dirtyf, spbyrne, jamespohalloran, scottgallant, dwalkr, tinacmsbot, mitchmac, jhuggett, mittonface |
| Keywords | tinacms, styled-components, react |

## Links

- npm: https://www.npmjs.com/package/@tinacms/styles
- Repository: https://github.com/tinacms/tinacms
- Homepage: https://github.com/tinacms/tinacms#readme
- Issues: https://github.com/tinacms/tinacms/issues
- npm.io page: https://npm.io/package/@tinacms/styles

## Dependencies (1)

- [webfontloader](https://npm.io/package/webfontloader.md) ^1.6.28

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.42.1 (latest) — 2021-06-28
- 0.40.0-alpha.0 (next) — 2021-04-15
- 0.1.1-canary.120 (canary) — 2020-01-14
- 0.40.0 — 2021-04-19
- 0.39.0 — 2021-03-30
- 0.33.0 — 2020-11-16
- 0.33.0-alpha.2 — 2020-11-12
- 0.33.0-alpha.1 — 2020-11-10
- 0.33.0-alpha.0 — 2020-11-09
- 0.29.0 — 2020-08-25
- 0.26.0 — 2020-08-03
- 0.24.0 — 2020-07-17
- 0.5.2 — 2020-06-29
- 0.5.1 — 2020-06-08
- 0.5.0 — 2020-06-01
- … 48 more at https://npm.io/package/@tinacms/styles/versions

## README

[![GitHub license](https://img.shields.io/github/license/tinacms/tinacms?color=blue)](https://github.com/tinacms/tinacms/blob/main/LICENSE)
[![npm version](https://img.shields.io/npm/v/tinacms.svg?style=flat)](https://www.npmjs.com/package/tinacms)
[![Build, Test, Lint for Main](https://github.com/tinacms/tinacms/actions/workflows/main.yml/badge.svg?branch=main&event=push)](https://github.com/tinacms/tinacms/actions/workflows/main.yml)

# [![TINA CMS](./.github/assets/tinacms-logo-small-default.svg)](https://tina.io)

[![Tina Demo](./.github/assets/homepage-demo-2.gif)](https://tina.io/)

Tina is a headless content management system with support for **Markdown**, MDX, JSON, YAML, and more.

It comes with a GraphQL API:

- Query your Markdown content like this 👉 `post.author.firstName`
- Supports statically generated and server side rendered pages
- Supports references between documents

Tina offers a live preview (optional and opt-in) that makes editing Markdown files very intuitive for less-technical people.

## Getting Started

Test a TinaCMS starter site locally

```
npx create-tina-app@latest
```

Or try a [demo site](https://app.tina.io/quickstart) on TinaCloud.

## Documentation

Visit [Tina's documentation](https://tina.io/docs/) to learn more.

## Questions?

[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?url=https%3A%2F%2Ftinacms.org&text=I%20just%20checked%20out%20@tinacms%20on%20GitHub%20and%20it%20is%20sweet%21&hashtags=TinaCMS%2Cjamstack%2Cheadlesscms)
[![Forum](https://shields.io/github/discussions/tinacms/tinacms)](https://github.com/tinacms/tinacms/discussions)

Visit the [GitHub Discussions](https://github.com/tinacms/tinacms/discussions) or our [Community Discord](https://discord.com/invite/zumN63Ybpf) to ask questions, or look us up on on Twitter at [@tinacms](https://twitter.com/tinacms).

## 🧑‍🎓 Earn a Tina Badge

Go the extra mile and earn a Tina Dev Badge 🦙: [Earn a Tina Credly badge](./_docs/dev-badge.md)
<!-- ## Changelog

Check the [CHANGELOG](./CHANGELOG.md) for the latest updates to TinaCMS.  -->

## Vision

To be the world-leading CMS with Git support that developers love.

## Tech Stack

See
https://tina.io/docs/r/FAQ/#5-what-is-tinas-tech-stack

## Roadmap

Our development priorities can be read on our [Public Roadmap](https://tina.io/roadmap/).

## Activity 

<a href="https://next.ossinsight.io/widgets/official/analyze-repo-issue-opened-and-closed?repo_id=198488459" target="_blank" style="display: block" align="center">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/analyze-repo-issue-opened-and-closed/thumbnail.png?repo_id=198488459&image_size=auto&color_scheme=dark" width="721" height="auto">
    <img alt="Issue Opened and Closed of tinacms/tinacms" src="https://next.ossinsight.io/widgets/official/analyze-repo-issue-opened-and-closed/thumbnail.png?repo_id=198488459&image_size=auto&color_scheme=light" width="721" height="auto">
  </picture>
</a>

**Graph: Issues Opened and Closed for TinaCMS**
<!-- Made with [OSS Insight](https://ossinsight.io/) -->
## Contributing

Please see our [./CONTRIBUTING.md](https://github.com/tinacms/tinacms/blob/main/CONTRIBUTING.md)

### Maintainers

- Matt Wicks ([@wicksipedia](https://github.com/wicksipedia)) [Product Owner of [TinaCMS](https://github.com/tinacms/tinacms) and [TinaCloud](https://github.com/tinacms/tinacloud)]
- Gert Marx ([@gertieMarx](https://github.com/gertieMarx)) [Product Owner of website [tina.io](https://github.com/tinacms/tina.io)]
- Jack Pettit ([@JackDevAU](https://github.com/JackDevAU))
- Eli Kent ([@kulesy](https://github.com/kulesy))
- Brook Jeynes ([@brookjeynes-ssw](https://github.com/brookjeynes-ssw))
- Ben Neoh ([@Ben0189](https://github.com/Ben0189))
- Josh Berman ([@joshbermanssw](https://github.com/joshbermanssw))
- Ivan Gaiduk ([@18-th](https://github.com/18-th))
- Adam Cogan ([@adamcogan](https://github.com/adamcogan)) [Key Stakeholder]

### Part time

- Kelly Davis ([@kldavis](https://github.com/kldavis4))
- Jeff See ([@jeffsee55](https://github.com/jeffsee55))
- Scott Gallant ([@scottgallant](https://github.com/scottgallant))

View our awesome SSW devs at [ssw.com.au/people](https://www.ssw.com.au/people/?skill=%F0%9F%A6%99-TinaCMS)

---
_Source: https://npm.io/package/@tinacms/styles · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
