Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS metalanguage running on Node.js

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45578
    shixnxgai
    Member

    If someone knows, please tell me the CSS metalanguage running on Node.js.

    I use Stylus, this is very useful.

    But, I’m suffering from the error code “unexpected eos”.

    #139013
    shixnxgai
    Member

    **Stylus Suffering**

    _Before Stylus_

    > body{
    > padding:0px;
    > margin:0px;
    > }

    _After Stylus_

    > body
    > padding:0px;
    > margin:0px;

    good! :D

    > body
    > padding 0px
    > margin 0px

    good! :D

    finaly…

    > $ node app

    > ERROR!! [Unexpected EOS]

    :-<

    #139014
    Alen
    Participant

    Never used the tool, but google returns this:
    https://github.com/LearnBoost/stylus/issues/351

    #139154
    shixnxgai
    Member

    I can not help but thank!!!

    Actually, I’ve checked the thread.
    In my thoughts, Stylus is imperfect.
    I have to write ‘}’, ‘{‘, ‘:’……………as ever

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.