Skip to content

Commit 31eb898

Browse files
Add documentation.
1 parent 899c9a9 commit 31eb898

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[![Build Status](https://travis-ci.com/php-task-runner/scss.svg?branch=master)](https://travis-ci.com/php-task-runner/scss)
2+
3+
This repository provides SCSS commands for OpenEuropa [Task Runner](
4+
https://github.com/openeuropa/task-runner).
5+
6+
## Commands
7+
8+
* `assets:compile-scss`: Compile SCSS to CSS.

src/TaskRunner/Commands/ScssCommands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ScssCommands extends AbstractCommands
2727
protected const SCSS_FORMATTERS = ['compact', 'compressed', 'crunched', 'expanded', 'nested'];
2828

2929
/**
30-
* Compiles SCSS.
30+
* Compile SCSS to CSS.
3131
*
3232
* @command assets:compile-scss
3333
*

0 commit comments

Comments
 (0)