Socket
Book a DemoInstallSign in
Socket

@master/css.astro

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@master/css.astro

Integrate Master CSS in Astro way

latest
Source
npmnpm
Version
2.0.0-rc.64
Version published
Maintainers
2
Created
Source

Master CSS

Integrate Master CSS in Astro way

NPM Version NPM package ( download / month ) Discord online Follow @mastercorg Github release actions

import { defineConfig } from 'astro/config'
import masterCSS from '@master/css.astro'
import sitemap from '@astrojs/sitemap'

export default defineConfig({
    compressHTML: true,
    trailingSlash: 'never',
    integrations: [
        sitemap(),
        masterCSS()
    ]
})

Documentation

Check out the official documentation.

Keywords

plugin

FAQs

Package last updated on 21 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts