aigis-styleguide / aigis

CSS Styleguide Generator

Home Page:http://aigis-styleguide.github.io/aigis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support multiline comments for SASS Syntax

neotag opened this issue · comments

Does aigis support SASS Syntax?

This is ignored.

/*!
  ---
  name: Buttons
  category:
  - mod/btn
  - base
  tag:
  - latest
  - base
  ---

  Button styles.

This is OK. But it is SASS syntax error.

/*!

---
name: Buttons
category:
- mod/btn
- base
tag:
- latest
- base

---

Button styles.
*/

Env

Node: v6.1.0
npm: 3.8.6
aigis: 1.1.5

Thank you.

@neotag
Sorry, I didn't understand properly SASS syntax 🙌
aigis can detect only block comment.
e.g: /* */ ref: https://github.com/pxgrid/aigis/blob/6a677a2a4f04d6195af771740eb87864b4d660b2/lib/parser/src/css.js#L3

It means aigis is not support SASS syntax currently🙇

Now I consider how handle SASS syntax 🤔

@nakajmg
Thank you for your reply.
OK. I decided to use SCSS syntax. 👍

And waiting for support it 😄

commented

I hope for that me too!!