akibisuto-stylus 0.1.9

CSS framework for Akibisuto software
Documentation
version: '1'

project:
  name: stylus
  desc: CSS framework for Akibisuto projects

output: task

tasks:
  build:
    exec:
      - sass --embed-sources scss/stylus.scss css/stylus.css
      - sass --embed-sources --style compressed scss/stylus.scss css/stylus.min.css
  watch:
    exec: sass --watch scss/stylus.scss css/stylus.css