Sass4f 0.1.0
A wrapper around libSass 3.6.3 - the compiler for Sass and Scss (Internal)

Sass4f is a support library that aids Alien-Factory in the development of other libraries, frameworks and applications. Though you are welcome to use it, you may find features are missing and the documentation incomplete.

Sass4f is a wrapper around jsass/5.10.3 and libsass/3.6.3 - the compiler for Sass and Scss files.

Sass4f is a simple command line utility program for compiling .scss files into .css files. It was created for compiling Twitter Bootstrap templates and has been successfully tested with Bootstrap v4.4.1.

Sass4f is a happy alternative to installing Sass, Node.js, Grunt, and half the Internet just to compile a couple of text files!

Quick start example:

C:\> fan afSass4j -x C:\projects\website.scss C:\projects\website.css

Read more...

Install

To install Sass4f with Fantom Pod Manager, cut'n'paste the following into a cmd prompt, terminal or shell:

Or to install Sass4f with the Fantom Repository Manager (fanr), cut'n'paste the following into a cmd prompt, terminal or shell:

Or to install manually, download the pod file and copy it to the %FAN_HOME%/lib/fan/ directory.

afSass4f.pod (9.42 MB)

Use

To use Sass4f in a Fantom project, add a dependency to the project's build.fan:

depends = ["sys 1.0", ..., "afSass4f 0.1.0 - 0.1"]

Documentation

Information

Meta information on the Sass4f pod:

Published by
Steve Eynon
Organisation
Alien-Factory
Pod file size
9.42 MB
Licence
The MIT Licence
Built on
7th Dec 2019
Source code
via Git at https://github.com/SlimerDude/afSass4f
Depends on
concurrent, sys, util
Referenced by
Javascript Compatible
No

Dependency Graph

  Use mouse to re-position pods

Release History

There have been 4 releases of Sass4f: