-
-
Notifications
You must be signed in to change notification settings - Fork 188
Generic config file #73
Comments
Do you mean a config file that the CLI will automatically look for (in cwd?) when it executes? |
Yep |
Any plan about that ? |
I don't plan to implement that in a near future. That being said, PRs are always welcome (note: maybe we should discuss a little bit on the implementation before pushing this) |
This option interests me. I rather like to use a json configs. Especially I want to delete gulp on my workflow. We discuss on irc next week if you're available |
.cssnextrc with a json syntax |
@Nyalab |
if we support json, I guess we can easily support js too (trick: export a js object). Do you think yml support is useless ? |
Just my too cents.
Supporting both JSON and YAML is neat, and a breeze using js-yaml. One minor hitch though, syntax highlighting in editors with the .rc sheme. |
This will support js/json/yaml |
Do you think js support for the config (like webpack) is mandatory? |
https://github.com/MoOx/rc-loader is ready. |
Not relevant anymore. cssnext is now postcss-cssnext. cssnext is deprecated. See postcss-cssnext migration guide http://cssnext.io/postcss/ |
Following #72
What about supporting these file:
The text was updated successfully, but these errors were encountered: