Printer Logo

Printer

Creating SCSS Files

The SCSS command creates a new SCSS file. This SCSS file gets automatically added to the printer.scss file as well as automatically adds the theme.scss file as an import

λ Usage
λ printer scss [path]
λ Example Usage
λ printer scss homepage
λ This command then creates
λ scss/homepage.scss
λ ...
λ printer scss multi/folder/example
λ This command then creates
λ scss/multi/folder/example.scss

This then generates in the file scss/example.scss the following code. Pretty simple.

It then also appends the import to the printer.scss file.