Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 84faf94

Browse files
committed
tomorrow’ instead of tomorrow'
Closes #235
1 parent ddec35c commit 84faf94

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Join the chat at https://gitter.im/cssnext/cssnext](https://img.shields.io/badge/gitter%20-join%20chat%20%E2%9E%9E-1dce73.svg)](https://gitter.im/cssnext/cssnext)
77

88

9-
> Use tomorrow's CSS syntax, today.
9+
> Use tomorrows CSS syntax, today.
1010
1111
cssnext is a CSS transpiler that allows you to use the latest CSS syntax today.
1212
It transforms CSS specs into more compatible CSS so you don’t need to wait for browser support.

docs/content/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
template: Simple
3-
title: cssnext - Use tomorrow's CSS syntax, today.
3+
title: cssnext - Use tomorrows CSS syntax, today.
44
---
55
<div class="cssnext-Jumbotron cssnext-Jumbotron--default cssnext-Center cssnext-Light">
66
<section class="r-Grid">
77
<div class="r-Grid-cell">
8-
<strong class="cssnext-Jumbotron-title">Use tomorrow's CSS syntax, today.</strong>
8+
<strong class="cssnext-Jumbotron-title">Use tomorrows CSS syntax, today.</strong>
99
<p>
1010
<a
1111
title="github.com/cssnext/cssnext"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-cssnext",
33
"version": "2.3.0",
4-
"description": "Use tomorrow's CSS syntax, today",
4+
"description": "Use tomorrows CSS syntax, today",
55
"keywords": [
66
"css",
77
"w3c",

0 commit comments

Comments
 (0)