From ba4203c40e01017e8068d8249e13fa226b86154f Mon Sep 17 00:00:00 2001 From: ai Date: Wed, 31 Jul 2024 20:26:56 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20postcss/?= =?UTF-8?q?postcss.org@5ae9e54948801671c5b9a091b748daa57b45a4ca=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/index.html | 2 +- docs/how-to-write-custom-syntax.html | 2 +- docs/index.html | 2 +- docs/postcss-architecture.html | 2 +- docs/postcss-plugin-guidelines.html | 2 +- docs/postcss-plugins.html | 2 +- docs/postcss-runner-guidelines.html | 2 +- docs/writing-a-postcss-plugin.html | 2 +- index.html | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/api/index.html b/api/index.html index 575ca61..df54ceb 100644 --- a/api/index.html +++ b/api/index.html @@ -1,6 +1,6 @@ PostCSS API -

postcss

Create a new Processor instance that will apply plugins +

postcss

Create a new Processor instance that will apply plugins as CSS processors.

let postcss = require('postcss')
 
diff --git a/docs/how-to-write-custom-syntax.html b/docs/how-to-write-custom-syntax.html
index 842df5d..4a110a7 100644
--- a/docs/how-to-write-custom-syntax.html
+++ b/docs/how-to-write-custom-syntax.html
@@ -1,6 +1,6 @@
 How to Write Custom Syntax  
   
-

How to Write Custom Syntax

PostCSS can transform styles in any syntax, and is not limited to just CSS. +

How to Write Custom Syntax

PostCSS can transform styles in any syntax, and is not limited to just CSS. By writing a custom syntax, you can transform styles in any desired format.

Writing a custom syntax is much harder than writing a PostCSS plugin, but it is an awesome adventure.

There are 3 types of PostCSS syntax packages: