Skip to content

Commit

Permalink
Merge pull request #916 from hergaiety/tailwindcss-linter
Browse files Browse the repository at this point in the history
Adds copy for the tailwindcss linter v2.x release to the latest blog entry
  • Loading branch information
hergaiety committed Feb 25, 2021
2 parents dd72024 + 76ea37e commit 32a3db1
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions content/the-ember-times-issue-174.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: The Ember Times - Issue No. 174
authors:
- ava-wroten
- chris-ng
- the-crowd # replace with real authors from the author folder (add yourself if you're not there)
date: 2021-02-26T00:00:00.000Z
Expand All @@ -9,20 +10,21 @@ tags:
- '2021'
---

<SAYING-HELLO-IN-YOUR-FAVORITE-LANGUAGE> Emberistas! 🐹
Release of ember-browser-services ⚙️,
<SOME-INTRO-HERE-TO-KEEP-THEM-SUBSCRIBERS-READING>
👋 Emberistas! 🐹

Keep up with the latest in template linting with the tailwindcss linter and the release of ember-browser-services.

---

## [1. Section title in sentence case 🐹](section-url)
## [Rediscover class sanity with tailwindcss linter for ember templates v2.x 🌬](https://gitlab.com/michal-bryxi/open-source/ember-template-lint-plugin-tailwindcss)

<change section title emoji>
<consider adding some bold to your paragraph>
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
Know what's cool? Respectful, emotionally responsible pull request reviews! A great way to do that is with linting tools to let the computer gently push collaborators towards codebase consistency instead of having to enforce standards through comments and suggestions.

<add your name to author list, top and bottom>
<add short title to "SOME-INTRO-HERE">
Ember has a wonderful suite of linting tools and hot off the presses is the chill plugin for [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) for all of those [Tailwind CSS](https://tailwindcss.com/) users out there, v2.x of [ember-template-lint-plugin-tailwindcss](https://gitlab.com/michal-bryxi/open-source/ember-template-lint-plugin-tailwindcss)!

![Example of class-order rule](https://gitlab.com/michal-bryxi/open-source/ember-template-lint-plugin-tailwindcss/-/raw/master/docs/rule/class-order.webm)

_Tailwind classes can become quite verbose_ so it can be nice to encourage some standards for how so many classes can be cleanly added to the DOM. This latest version of the linter gives maintainers full control of **class ordering and when line breaks should occur** (both for _classes per line_ and optionally by _class grouping_).

---

Expand Down Expand Up @@ -139,4 +141,4 @@ That's another wrap! ✨

Be kind,

Chris Ng, the crowd and the Learning Team
Ava Wroten, Chris Ng and the Learning Team

0 comments on commit 32a3db1

Please sign in to comment.