@stylify/stylify

Shortcuts:Installation

The @stylify/stylify package is a core package for all other packages. It is responsible for all the CSS compilation magic.

Stylify core ESM module size is around 32 Kb. When used in a browser environment, the size is around 10 Kb Gzipped.

Learn how to get started with Stylify or check out the guide on how to integrate Stylify CSS into an existing project.

Installation

Stylify package can be used on its own. It has no dependencies. The only requirement is Node.js runtime now. Just run the installation command and check out the Node.js integration guide below:

yarn install @stylify/stylify
npm install @stylify/stylify

However, if you don’t want to create any bundling process on your own, you might be looking for an integration guide.

Where to go next?