This package contains components and types, which are used across native systems software projects.
- Update package version.
- Build project via
yarn build - Publish build via
npm publish - Push changes to repository
Components must be exposed to tailwind for preflight and purging/compilation to work:
- v4:
@source "../node_modules/@native-systems/icons/**"; - v3:
contents: [".node_modules/@native-systems/icons/**"];