Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Scss task using leafo/scssphp #200

Merged
merged 1 commit into from
Aug 19, 2015

Conversation

gabor-udvari
Copy link
Contributor

An Scss task based on the Less task to add SCSS support with the help of leafo/scssphp.

Example:

$this->taskScss(
    [
    'assets/styles/main.scss' => 'dist/styles/main.css'
    ]
    )
->addImportPath('assets/styles')
->addImportPath('vendor/bower-asset')
->setFormatter('Leafo\ScssPhp\Formatter\Compressed')
->run();

An Scss task based on the Less task to add SCSS support
with the help of leafo/scssphp.

Example:

```
$this->taskScss(
    [
    'assets/styles/main.scss' => 'dist/styles/main.css'
    ]
    )
->addImportPath('assets/styles')
->addImportPath('vendor/bower-asset')
->setFormatter('Leafo\ScssPhp\Formatter\Compressed')
->run();
```
@DavertMik
Copy link
Member

Seems good to me. Awesome job!

DavertMik added a commit that referenced this pull request Aug 19, 2015
Add Scss task using leafo/scssphp
@DavertMik DavertMik merged commit 234ca0a into consolidation:master Aug 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants