@frontsail/postcss

PostCSS fork without Node.js dependencies.


Keywords
frontsail
License
MIT
Install
npm install @frontsail/postcss@0.1.1

Documentation

FrontSail is a microframework that helps you to quickly create small to medium sized reactive websites.

Installation

Make sure you have installed Node.js with a minimum version of 16.13.0.

  1. Run npx @frontsail/cli in an empty directory.
  2. Create a starter project by following the instructions in the CLI.
  3. Start developing.

Learn the basics with an example

Using FrontSail is straightforward. If you're familiar with HTML and CSS, you can jump right in and build a fully functional website. The best way to get to know the framework is through examples. If you need more details, read the official documentation pages.

TBD