mojotech / sass2stylus

Kewl
http://sass2stylus.com/
79 stars 18 forks source link

Handle multi-line imports #85

Closed hiddentao closed 10 years ago

hiddentao commented 10 years ago

The following fails to convert:

@charset "UTF-8";

@import
  // Ionicons
  "ionicons/ionicons.scss",

  // Variables
  "mixins",
  "variables",

  // Base
  "reset",
  "scaffolding",
  "type",

  // Components
  "action-sheet",
  "bar",
  "tabs",
  "menu",
  "modal",
  "popup",
  "items",
  "list",
  "badge",
  "slide-box",
  "split-pane",

  // Forms
  "form",
  "checkbox",
  "toggle",
  "radio",
  "range",

  // Buttons
  "button",
  "button-bar",

  // Util
  "animations",
  "grid",
  "util",
  "platform";
samccone commented 10 years ago

great catch @hiddentao any interest in taking a stab at this?

hiddentao commented 10 years ago

I've since gone back to using node-sass to compile my SASS stuff. If I get really annoyed with it again I may revisit this.

samccone commented 10 years ago

all deployed!