A rudimentary plugin that transforms sass (delegating to @snowpack/plugin-sass) into css results (.js) for lit-element
extracts CSS into separate files
CSS minimizer (minifier) plugin for Webpack
Run any CLI command as a part of Snowpack’s dev server and production build. Useful for languages not supported by [Snowpack plugins](https://www.snowpack.dev/plugins). This replaces the old `run:*` scripts in your Snowpack config.
The ESM-powered frontend build tool. Fast, lightweight, unbundled.
StyleX babel plugin.
This plugin adds TypeScript type checking to any Snowpack project.
This will allow you to use `.graphql` files with Snowpack, just like you can with `graphql-tag/loader` with webpack
Bundler agnostic HMR utils for Svelte 3
Minimizer plugin for webpack
Use Custom Media Queries in CSS
A Vite plugin that takes the CSS and adds it to the page through the JS. For those who want a single JS file.
A Snowpack plugin to build files in your application using any CLI tool. This plugin passes matching files as input to a custom CLI command and returns the output response as the build result. This is useful for connecting a custom CLI or when no Snowpack
A utility-first CSS framework for rapidly building custom user interfaces.
Use [dotenv](https://github.com/motdotla/dotenv) to load environment variables from your project `.env` files. See Snowpack's [Environment Variables](https://www.snowpack.dev/reference/environment-variables) documentation to learn more.
Transforms JavaScript files containing React components automatically to enable React Fast Refresh via Snowpack's HMR API.
A Prettier plugin for sorting Tailwind CSS classes.
Use Webpack to bundle your Snowpack project for production when you run `snowpack build`.
A snowpack plugin that lets you use relative asset URLs in your CSS
Use the Stylus compiler to build .styl files from source
A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.
This plugin adds [Sass](https://sass-lang.com/) support to any Snowpack project. With this plugin, you can import any `*.scss` or `*.sass` Sass file from JavaScript and have it compile to CSS.
PostCSS plugin for Tailwind CSS, a utility-first CSS framework for rapidly building custom user interfaces
Run [PostCSS](https://github.com/postcss/postcss) on all `.css` files, including ones generated from Sass, Vue, and Svelte.