Skip to content

Commit 694df7a

Browse files
committed
Deploying to gh-pages from @ cbf3e17 🚀
1 parent b09d8eb commit 694df7a

15 files changed

+18
-18
lines changed

api/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/how-to-write-custom-syntax.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta property="og:type" content="article"><meta property="og:url" content="http://postcss.org/"><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@postcss"><meta name="twitter:creator" content="@postcss"><meta name="description" content="Transform CSS with the power of JavaScript. Auto-prefixing, future CSS syntaxes, modules, linting and more are possible with hundreds of PostCSS plugins."><link rel="icon" type="image/x-icon" sizes="any" href="/docs/assets/favicon-DbGqNhKa.ico"><link rel="icon" href="/docs/assets/logo-C2ryQugb.svg" type="image/svg+xml"><meta property="og:image" content="./base/og.jpg"><title>How to Write Custom Syntax</title> <script type="module" crossorigin src="/docs/assets/docs-dwWlJbYc.js"></script>
2-
<link rel="stylesheet" crossorigin href="/docs/assets/docs-hQTQJUj-.css">
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta property="og:type" content="article"><meta property="og:url" content="http://postcss.org/"><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@postcss"><meta name="twitter:creator" content="@postcss"><meta name="description" content="Transform CSS with the power of JavaScript. Auto-prefixing, future CSS syntaxes, modules, linting and more are possible with hundreds of PostCSS plugins."><link rel="icon" type="image/x-icon" sizes="any" href="/docs/assets/favicon-DbGqNhKa.ico"><link rel="icon" href="/docs/assets/logo-C2ryQugb.svg" type="image/svg+xml"><meta property="og:image" content="./base/og.jpg"><title>How to Write Custom Syntax</title> <script type="module" crossorigin src="/docs/assets/docs-DfJ7jw4K.js"></script>
2+
<link rel="stylesheet" crossorigin href="/docs/assets/docs-BjbbsTFM.css">
33
</head><body><main><div class="hero is-small"><a class="hero_home" rel="home" href="/"><img class="hero_logo" src="/docs/assets/postcss-CsElRNOW.svg" alt="PostCSS logo"></a></div><nav class="nav"><ul class="nav_items"><li class="nav_item"><a class="nav_link" href="https://github.com/postcss/postcss#usage">Setup</a></li><li class="nav_item"><a class="nav_link" href="/docs/">Docs</a></li><li class="nav_item"><a class="nav_link" href="/docs/postcss-plugins">Plugins</a></li><li class="nav_item"><a class="nav_link" href="/api/">API</a></li><li class="nav_item"><a class="nav_link" href="https://github.com/postcss/brand">Logo</a></li></ul></nav><nav class="sidemenu"><ul><a href="how-to-write-custom-syntax#syntax" class="sidemenu_section">Syntax</a><li class="sidemenu_item"><div class="sidemenu_bar"><a href="how-to-write-custom-syntax#parser" class="sidemenu_section">Parser</a><button class="sidemenu_controller"></button></div><ul class="sidemenu_children"><li><a href="how-to-write-custom-syntax#main-theory" class="sidemenu_child">Main Theory</a></li><li><a href="how-to-write-custom-syntax#performance" class="sidemenu_child">Performance</a></li><li><a href="how-to-write-custom-syntax#node-source" class="sidemenu_child">Node Source</a></li><li><a href="how-to-write-custom-syntax#raw-values" class="sidemenu_child">Raw Values</a></li><li><a href="how-to-write-custom-syntax#tests" class="sidemenu_child">Tests</a></li></ul></li><li class="sidemenu_item"><div class="sidemenu_bar"><a href="how-to-write-custom-syntax#stringifier" class="sidemenu_section">Stringifier</a><button class="sidemenu_controller"></button></div><ul class="sidemenu_children"><li><a href="how-to-write-custom-syntax#main-theory" class="sidemenu_child">Main Theory</a></li><li><a href="how-to-write-custom-syntax#builder-function" class="sidemenu_child">Builder Function</a></li><li><a href="how-to-write-custom-syntax#raw-values" class="sidemenu_child">Raw Values</a></li><li><a href="how-to-write-custom-syntax#tests" class="sidemenu_child">Tests</a></li></ul></li></ul></nav><article class="doc"><h1 class="doc_title">How to Write Custom Syntax</h1><p>PostCSS can transform styles in any syntax, and is not limited to just CSS.
44
By writing a custom syntax, you can transform styles in any desired format.</p><p>Writing a custom syntax is much harder than writing a PostCSS plugin, but
55
it is an awesome adventure.</p><p>There are 3 types of PostCSS syntax packages:</p><ul>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta property="og:type" content="article"><meta property="og:url" content="http://postcss.org/"><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@postcss"><meta name="twitter:creator" content="@postcss"><meta name="description" content="Transform CSS with the power of JavaScript. Auto-prefixing, future CSS syntaxes, modules, linting and more are possible with hundreds of PostCSS plugins."><link rel="icon" type="image/x-icon" sizes="any" href="/docs/assets/favicon-DbGqNhKa.ico"><link rel="icon" href="/docs/assets/logo-C2ryQugb.svg" type="image/svg+xml"><meta property="og:image" content="./base/og.jpg"><title>PostCSS Documentation</title> <script type="module" crossorigin src="/docs/assets/docs-dwWlJbYc.js"></script>
2-
<link rel="stylesheet" crossorigin href="/docs/assets/docs-hQTQJUj-.css">
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta property="og:type" content="article"><meta property="og:url" content="http://postcss.org/"><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@postcss"><meta name="twitter:creator" content="@postcss"><meta name="description" content="Transform CSS with the power of JavaScript. Auto-prefixing, future CSS syntaxes, modules, linting and more are possible with hundreds of PostCSS plugins."><link rel="icon" type="image/x-icon" sizes="any" href="/docs/assets/favicon-DbGqNhKa.ico"><link rel="icon" href="/docs/assets/logo-C2ryQugb.svg" type="image/svg+xml"><meta property="og:image" content="./base/og.jpg"><title>PostCSS Documentation</title> <script type="module" crossorigin src="/docs/assets/docs-DfJ7jw4K.js"></script>
2+
<link rel="stylesheet" crossorigin href="/docs/assets/docs-BjbbsTFM.css">
33
</head><body><main><div class="hero is-small"><a class="hero_home" rel="home" href="/"><img class="hero_logo" src="/docs/assets/postcss-CsElRNOW.svg" alt="PostCSS logo"></a></div><nav class="nav"><ul class="nav_items"><li class="nav_item"><a class="nav_link" href="https://github.com/postcss/postcss#usage">Setup</a></li><li class="nav_item"><a class="nav_link" href="/docs/">Docs</a></li><li class="nav_item"><a class="nav_link" href="/docs/postcss-plugins">Plugins</a></li><li class="nav_item"><a class="nav_link" href="/api/">API</a></li><li class="nav_item"><a class="nav_link" href="https://github.com/postcss/brand">Logo</a></li></ul></nav><article class='doc'><h1 class='doc_title'>Documentation</h1><ul><li><a href="postcss-architecture" class="doc_subtitle">PostCSS Architecture</a></li>
44
<li><a href="postcss-plugins" class="doc_subtitle">PostCSS Plugins</a></li>
55
<li><a href="how-to-write-custom-syntax" class="doc_subtitle">How to Write Custom Syntax</a></li>

docs/postcss-architecture.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta property="og:type" content="article"><meta property="og:url" content="http://postcss.org/"><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@postcss"><meta name="twitter:creator" content="@postcss"><meta name="description" content="Transform CSS with the power of JavaScript. Auto-prefixing, future CSS syntaxes, modules, linting and more are possible with hundreds of PostCSS plugins."><link rel="icon" type="image/x-icon" sizes="any" href="/docs/assets/favicon-DbGqNhKa.ico"><link rel="icon" href="/docs/assets/logo-C2ryQugb.svg" type="image/svg+xml"><meta property="og:image" content="./base/og.jpg"><title>PostCSS Architecture</title> <script type="module" crossorigin src="/docs/assets/docs-dwWlJbYc.js"></script>
2-
<link rel="stylesheet" crossorigin href="/docs/assets/docs-hQTQJUj-.css">
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta property="og:type" content="article"><meta property="og:url" content="http://postcss.org/"><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@postcss"><meta name="twitter:creator" content="@postcss"><meta name="description" content="Transform CSS with the power of JavaScript. Auto-prefixing, future CSS syntaxes, modules, linting and more are possible with hundreds of PostCSS plugins."><link rel="icon" type="image/x-icon" sizes="any" href="/docs/assets/favicon-DbGqNhKa.ico"><link rel="icon" href="/docs/assets/logo-C2ryQugb.svg" type="image/svg+xml"><meta property="og:image" content="./base/og.jpg"><title>PostCSS Architecture</title> <script type="module" crossorigin src="/docs/assets/docs-DfJ7jw4K.js"></script>
2+
<link rel="stylesheet" crossorigin href="/docs/assets/docs-BjbbsTFM.css">
33
</head><body><main><div class="hero is-small"><a class="hero_home" rel="home" href="/"><img class="hero_logo" src="/docs/assets/postcss-CsElRNOW.svg" alt="PostCSS logo"></a></div><nav class="nav"><ul class="nav_items"><li class="nav_item"><a class="nav_link" href="https://github.com/postcss/postcss#usage">Setup</a></li><li class="nav_item"><a class="nav_link" href="/docs/">Docs</a></li><li class="nav_item"><a class="nav_link" href="/docs/postcss-plugins">Plugins</a></li><li class="nav_item"><a class="nav_link" href="/api/">API</a></li><li class="nav_item"><a class="nav_link" href="https://github.com/postcss/brand">Logo</a></li></ul></nav><nav class="sidemenu"><ul><a href="postcss-architecture#overview" class="sidemenu_section">Overview</a><a href="postcss-architecture#workflow" class="sidemenu_section">Workflow</a><a href="postcss-architecture#core-structures" class="sidemenu_section">Core Structures</a><a href="postcss-architecture#api-reference" class="sidemenu_section">API Reference</a></ul></nav><article class="doc"><h1 class="doc_title">PostCSS Architecture</h1><p>General overview of the PostCSS architecture.
44
It can be useful for everyone who wishes to contribute to the core or develop a better understanding of the tool.</p><h3 class="doc_subtitle" id="overview">Overview</h3><blockquote>
55
<p>This section describes ideas lying behind PostCSS</p>

0 commit comments

Comments
 (0)