From 1e9df7393b84fce42b4deaee2d6b749a79bafe76 Mon Sep 17 00:00:00 2001 From: SilverMira <66930495+SilverMira@users.noreply.github.com> Date: Thu, 4 Feb 2021 15:26:25 +0800 Subject: [PATCH] (chore): README: added instructions for styles --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbff533..7496ca0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ This is a highly experimental snowpack plugin. Has only been tested to work on b ## Style Preprocessors (USE `ngsnow` INSTEAD OF `snowpack dev`) -Starting from version `2.3.0`, style pre/post-processing is now supported with caveats. `snowpack dev` will not support this feature, use `ngsnow` instead. `ngsnow` is a wrapper around `snowpack dev` that will enable this feature. +Starting from version `2.3.0`, style pre/post-processing is now supported with caveats. `snowpack dev` will not support this feature, use `ngsnow` instead. `ngsnow` is a wrapper around `snowpack dev` that will enable this feature. `ngsnow` is bundled with the plugin, run `ngsnow` by using `npx ngsnow` or `package.json` run scripts after installing. + +Install appropriate snowpack plugins such as [@snowpack/plugin-sass](https://www.npmjs.com/package/@snowpack/plugin-sass) or [@snowpack/plugin-postcss](https://www.npmjs.com/package/@snowpack/plugin-postcss) to enable style pre/post-processing. Sass is tested along with PostCSS, TailwindCSS tested to fully work with `@apply` rules.