Code Monkey home page Code Monkey logo

komodo-sass-compiler's People

Contributors

babobski avatar

Watchers

 avatar

komodo-sass-compiler's Issues

Can't add new scope

Hi,
I have been trying to create a new scope on Komodo IDE 10.2 and I keep getting the following message :

capture d ecran 2017-09-05 a 15 05 19

Regards.

Issue with line breaks

I'm having great difficulty with this. It does not seem to like line breaks. Whenever I put in a bit of code like this for example:

body{
background:red;
}

I get a notification telling me it's invalid CSS and doesn't compile the file.

However, if I squidge it up like this:
body{ background:red;}
it works.

I've been playing with the line break settings in Komodo but nothing seems to work. The annoying this is that it compiles it closer to the first example which is what I want!

Can't @import .sass Files

Komodo Edit, version 9.3.1, build 16424
Latest version of SASS Compiler

Cannot @import .sass files
"Error: File to import not found or unreadable"

Tried to compile bulma.sass without any modification from working build with no success.
https://github.com/jgthms/bulma

Gave read, write, and execute permissions to both user and group but no success.

Please advise.

@imports can't handle _ prefixd files

Currently the sass compiler can't handle with _ prefixed files.
It's only handeling imports as it is.
As the sass doc's state.

I can create a file _reset.scss and import it by using the file name without underscore:
@import 'reset'

Currently it will only look for the reset.scss and not for the _reset.scss file.

Doesn't like my code

Hi,

Must say, I've been having great difficulty getting this to work. I've tried it on Komodo Edit 8, 9 and 10. It won't open at all in 8, and says it's incompatible with 9 and 10, but what is it compatible with?

The issues I've been having:

  1. After I declare a variable like this for example:
    $main: #00aaee;

It doesn't let me use it, the autocomplete doesn't work. It won't even let me insert a dollar sign using my keyboard, but if I copy and paste $main in to use it, it works and compiles fine.

  1. It's telling me my code is invalid when it's actually fine. The CMS I use allows the following markup:

@breakpoint >=l{
css code here
}

as a way of doing media queries where the breakpoints are defined elsewhere. However, it won't compile if I do this. Is there a way I can tell it to ignore this?

I'm excited to use SCSS but it's proving very difficult so far!

Compling comments in a weird way

Hiya,

I've got a strange issue when compiling my SCSS - it's rearranging the comments into strange places.

I've attached two screenshots to get across what I mean. One shows the uncompiled SCSS, which has the comments in logical places. The other shows the compiled CSS, which has rearranged all the comments to the top.

screen shot 2016-12-12 at 11 03 38

screen shot 2016-12-12 at 11 05 41

It only seems to occur when I nest this code inside something else, as can be seen here nested inside the breakpoint code.

Is there anything that can be done to prevent this from happening?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.