Skip to content

Commit

Permalink
Remove css-stylus-with-nib tech
Browse files Browse the repository at this point in the history
  • Loading branch information
gela committed Jun 26, 2015
1 parent 79d499d commit 42c903f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ enb-stylus

Поддержка Stylus для ENB. Пакет содержит технологии:
* `enb-stylus/techs/stylus`
* `enb-stylus/techs/css-stylus-with-nib`
* `enb-stylus/techs/css-stylus-with-autoprefixer`

Установка:
Expand Down Expand Up @@ -35,26 +34,6 @@ stylus
nodeConfig.addTech(require('enb-stylus/techs/stylus'));
```

css-stylus-with-nib
-------------------

Собирает *css*-файлы вместе со *styl*-файлами по deps'ам, обрабатывает инклуды и ссылки, сохраняет в виде `?.css`.
При сборке *styl*-файлов использует `nib`.

**Опции**

* *String* **target** — Результирующий таргет. По умолчанию `?.css`.
* *Boolean* **compress** - Минифицировать результирующий CSS. По умолчанию `false`.
* *String* **prefix** - Префикс, добавляемый классам в результирующем CSS. По умолчанию `''`.
* *Object* **variables** — Дополнительные переменные окружения для `stylus`.
* *String* **filesTarget** — files-таргет, на основе которого получается список исходных файлов
(его предоставляет технология `files`). По умолчанию — `?.files`.

**Пример**

```javascript
nodeConfig.addTech(require('enb-stylus/techs/css-stylus-with-nib'));
```

css-stylus-with-autoprefixer
----------------------------
Expand Down
41 changes: 0 additions & 41 deletions techs/css-stylus-with-nib.js

This file was deleted.

0 comments on commit 42c903f

Please sign in to comment.