Using Stylify CSS in Astro.build

Astro.build is a framework that let’s you build your website faster.

@stylify/astro integration simplifies Stylify CSS integration into the Astro.build.

Try it on StackBlitz

Installation

Integration can be installed only via CLI like NPM or Yarn:

yarn add @stylify/astro
npm i @stylify/astro

Usage

Add a buildModule into the astro.config.mjs:

import { defineConfig } from 'astro/config';
import stylify from '@stylify/astro';

export default defineConfig({
	integrations: [stylify()]
});

Configuration

Check out the @stylify/astro package.