https://github.com/localvoid/csso_transformer
Dart `pub` transformer that minifies css files with csso tool
https://github.com/localvoid/csso_transformer
Last synced: about 1 year ago
JSON representation
Dart `pub` transformer that minifies css files with csso tool
- Host: GitHub
- URL: https://github.com/localvoid/csso_transformer
- Owner: localvoid
- License: bsd-2-clause
- Created: 2014-08-21T15:06:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-06T10:59:49.000Z (over 11 years ago)
- Last Synced: 2025-01-25T06:25:25.264Z (about 1 year ago)
- Language: Dart
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# [csso](https://github.com/css/csso)_transformer
> [pub](https://pub.dartlang.org/) transformer that minifies css files
> with csso tool.
## Prerequisites
This transformer depends on [csso](https://github.com/css/csso) CLI
tool that performs transformations.
## Usage example
### `pubspec.yaml`
```yaml
name: csso_example
dependencies:
csso_transformer: any
transformers:
- csso_transformer
```
## Options
### `executable`
Path to the [csso](https://github.com/css/csso) executable.
TYPE: `String`
DEFAULT: `csso`
### `restructure`
Enable structure minimization.
TYPE: `bool`
DEFAULT: `true`