mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-15 02:09:06 +08:00
* feat: switch to component api * chore: updated readme * chore: updated readme * feat: add cli * chore: updated readme * chore: updated readme * chore: updated readme * chore: updated readme * chore: updated readme * chore: updated readme * chore: updated readme * tests: fix broken test * chore: update package.json * chore: cleanup deps * v0.1.0-0 * fix: add cli to npm * fix: component api fixes * chore: updated example pic * chore: updated readme * chore: updated readme * chore: updated readme
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
require("postcss-css-variables"),
|
|
require("postcss-color-functional-notation"),
|
|
],
|
|
};
|