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
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
[](https://gitter.im/cssnext/cssnext)
6
+
[](https://gitter.im/MoOx/postcss-cssnext)
7
7
8
8
9
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.
11
+
PostCSS-cssnext is a PostCSS plugin that helps you to use the latest CSS syntax today.
12
12
It transforms CSS specs into more compatible CSS so you don’t need to wait for browser support.
13
13
14
14
---
15
15
16
-
# This repository contains the PostCSS plugin.
17
-
18
-
## Why **postcss-cssnext** ? What is the difference with **cssnext** ?
19
-
20
-
### Short answer
21
-
22
-
If you're using PostCSS in your build process, and want to add cssnext, you need only `postcss-cssnext`
23
-
(check the "options" section here below).
24
-
Otherwise, if you like cssnext to work as a full standalone package with its own cli
25
-
(independently of PostCSS), use `cssnext`.
26
-
27
-
### More details
28
-
29
-
cssnext was at first designed to be a complete tool, before PostCSS became
30
-
popular; thus, includes some options that don't really belong in a 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