![JAR search and dependency download from the Maven repository](/logo.png)
package.dist.astro.mjs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unocss Show documentation
Show all versions of unocss Show documentation
The instant on-demand Atomic CSS engine.
The newest version!
import AstroIntegrationPlugin from '@unocss/astro';
import presetUno__default from '@unocss/preset-uno';
function UnocssAstroIntegration(config) {
return AstroIntegrationPlugin(
config,
{
presets: [
presetUno__default()
]
}
);
}
export { UnocssAstroIntegration as default };
© 2015 - 2025 Weber Informatics LLC | Privacy Policy