Coder Social home page Coder Social logo

seiz / novaless Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.17 MB

An Extension for Panic's new Editor "Nova", to automatically compile (and optionally minify) .less files to .css files when the .less file is saved in "Nova".

JavaScript 100.00%

novaless's People

Contributors

seiz avatar

Stargazers

 avatar

Watchers

 avatar  avatar

novaless's Issues

Throws error when saving Imported files.

So I have 3 Less Files.

Variables.less - contains some variables like @background, @text, etc.
Header.less - header layouts, etc
Main.less - imports variables.less and header.less and has some more code.

Now, when I try to save main.less the CSS file is generated and everything works smoothly.
But, when I make changes to header.less i get errors like @background is not defined.

Till now, I was using the same structure with CodeKit and did not face a problem like this.

Unexpected behaviour: relative path a directory ../

My project consists of modules and each has an Asset folder which contains LESS and CSS folders.
I give the path ../css: and the css is compiled in the root folder of the project.

** Q: How do I specify the relative path to the CSS folder? **

less2css-opt

Compile to server

I would like to compile my less-file on a remote server.

As it is working fine locally, I guess this extension doesn't allow compiling remotely?

Thanks for your help--

grid-column range gets parsed wrong

Hi

Thanks for this great extension!

I just noticed, that writing:
grid-column: 1 / 4;
parses to:
grid-column: .25;

I have to separate the values to grid-column-start / grid-column-end to get it to work :)

env: node: No such file or directory

I used Homebrew to install Node/NPM.

I have lessc installed in the default /usr/local/lessc that links to /usr/local/lib/node_modules/less/bin/lessc.

I am getting the error above.

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.