Forums

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

Home Forums CSS Trying to use SASS (not scss)

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #42294
    maxisix
    Participant

    Hey guys ! I saw on http://sass-lang.com/ that we can use .scss or .sass. Sass seem really nice because of the syntax without the {} and the ;. But… i dont know how to use .sass. I tried scss and compass with codekit and its working well… But how do you guys configure the .sass ? Thanks !

    #122517
    rosspenman
    Participant

    It should work automatically with .sass files. Make sure you have the extension right?

    #122520
    maxisix
    Participant

    its working ! thx ;)

    #122535
    Andy Howells
    Participant

    Is there a reason you don’t want to use SCSS instead? SASS is basically the original outing and SCSS is the latest version.

    #122550
    maxisix
    Participant

    SCSS is really nice but i like the SASS version without {} and ; . Normally i use LESS CSS. I just want to try :)

    #122612
    rosspenman
    Participant

    @AndyHowells I think they are both current versions, just the SCSS variant was introduced later.

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