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
This repository uses a monorepo architecture that contains plugins, plugin-packs and CLI tools to help you transform your CSS so every browser can understand it.
9
+
10
+
Our wish is that you can leverage the CSS that will become a standard with every browser!
11
+
12
+
## A brief look into the structure
13
+
14
+
This repository leverages [NPM Workspaces] to handle every package/project.
15
+
6
16
[PostCSS Plugins] contains tools and plugins for [PostCSS Preset Env].
7
17
8
18
[PostCSS Preset Env] lets you convert modern CSS into something most browsers
9
19
can understand, determining the polyfills you need based on your targeted
10
20
browsers or runtime environments.
11
21
22
+
There's also a [CLI] that allows you to quickly debug or prototype without having to configure PostCSS before you need any toolchain.
23
+
24
+
Under [sites] you can find websites that we publish to better display all of this information.
25
+
26
+
## Our current focus
27
+
28
+
We're trying to bring every reasonable CSS Spec into all the browsers.
29
+
30
+
First we keep track of new features through the [CSSDB] (see the [repo][CSSDB Repo]). Then we do our best to create a [PostCSS] plugin that can convert that new syntax/function/rules so every browser can understand it.
31
+
32
+
While it's not always possible we're enabling over 30 features with these plugins!
33
+
34
+
You can keep track of our current efforts on the [PostCSS Preset Env Project] and also read announcements on the [project's discussions][discussions].
35
+
36
+
## Contributing
37
+
38
+
Thanks for being willing to contribute! Please read our [contributing guide]!
0 commit comments