Git Product home page Git Product logo

Comments (4)

bruce avatar bruce commented on July 20, 2024

Hi @davidpaulsson. Sorry this reply has taken so long -- I've been in a hospital for a bit while my wife gave birth to our third son (file that under "weird things to mention in a GitHub issue").

Thanks for the nice words, too, about the package.

RE your problem. Is your file named with a .less extension?

from atom-csscomb.

davidpaulsson avatar davidpaulsson commented on July 20, 2024

No need to apologize :) 

​And yes, it's a .less file.

from atom-csscomb.

bruce avatar bruce commented on July 20, 2024

Odd, looking at your example, I can get it to sort (using the "zen" CSScomb setting) to:

.filter-sort__trigger {
  display: block;
  margin-bottom: @half-spacing-unit*0.5px;
  color: darken(@primary,20%);
  text-align: center;
  text-transform: uppercase;

  .milli();
  @media @medium {
    margin-bottom: @base-spacing-unit*1px;
  }
}

My guess here is that you may have some content in there, somewhere (?) that makes the parser choke -- I did that by omitting a : when I was transcribing your markup... but I don't see anything obvious.

The package does output error messages to the Developer Tools console. Can you try running "Window: Toggle Dev Tools" and check the console tab? Maybe you'll see something like Uncaught Error: Parsing error at undefined: Please check the validity of the CSS block starting from the line #6 -- or maybe I'm just hoping that's the case :-)

from atom-csscomb.

bruce avatar bruce commented on July 20, 2024

Please let me know if you continue to see this issue. Thanks!

from atom-csscomb.

Related Issues (20)

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.