You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/cssnext/cssnext)
[](https://gitter.im/MoOx/postcss-cssnext)
7
7
8
8
9
-
> Use tomorrow's CSS syntax, today.
9
+
> Use tomorrow’s CSS syntax, today.
10
10
11
-
cssnext is a CSS transpiler that allows you to use the latest CSS syntax today.
12
-
It transforms CSS specs into more compatible CSS so you don’t need to wait for browser support.
11
+
PostCSS-cssnext is a PostCSS plugin that helps you to use the latest CSS syntax today.
12
+
It transforms CSS specs into more compatible CSS so you don’t need to wait for browser support.
13
+
14
+
---
13
15
14
16
## Check out [cssnext website](http://cssnext.io/)
15
17
16
18
-[Features](http://cssnext.io/features/)
17
19
-[Setup](http://cssnext.io/setup/)
18
20
-[Usage](http://cssnext.io/usage/)
19
21
-[Playground](http://cssnext.io/playground/)
22
+
-[Migration to postcss-cssnext](http://cssnext.io/postcss/)
Copy file name to clipboardExpand all lines: docs/content/features.md
+3-20Lines changed: 3 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: cssnext features
2
+
title: postcss-cssnext features
3
3
subtitle: Discover the future of CSS
4
4
5
5
backgroundModifier: darkRoad
@@ -337,30 +337,13 @@ body {
337
337
_Note that according to your [browser scope](#nodejs-options) some might be not
338
338
transpiled to avoid extra useless output._
339
339
340
-
## Bonus features
341
-
342
-
_The features below are considered as bonus since it's totally not
343
-
related to CSS specs._
344
-
345
-
### `@import`
346
-
347
-
`@import` inline local files and modules - `node_modules` or `web_modules`
348
-
([⇗](https://github.com/postcss/postcss-import)) to output a bundled CSS file.
349
-
`url()` referenced are also rebased.
350
-
351
-
### minification
352
-
353
-
minification/compression is available ([⇗](https://github.com/ben-eb/cssnano))
354
-
if you want to compress the output for production.
355
-
356
-
357
340
## @todo
358
341
359
342
Any omissions of the CSS specifications (even in draft) that are subject to be
360
343
handled by cssnext are not intentional.
361
-
You can take a look at the [list of features that are waiting to be implemented](https://github.com/cssnext/cssnext/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+feature+request%22).
344
+
You can take a look at the [list of features that are waiting to be implemented](https://github.com/MoOx/postcss-cssnext/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+feature+request%22).
362
345
Feel free to work on a feature ready to be added, or
363
-
[open a new issue](https://github.com/cssnext/cssnext/issues/new)
346
+
[open a new issue](https://github.com/MoOx/postcss-cssnext/issues/new)
364
347
if you find something that should be handled.
365
348
Keep in mind that, as of right now, this project is intended to support new CSS
0 commit comments