Giter Club home page Giter Club logo

Comments (1)

thomasvs avatar thomasvs commented on July 27, 2024

The following patch made compilation work for me:

$ diff -au app/bower_components/angular-datepicker/app/styles/mixins.less mixins.less
--- app/bower_components/angular-datepicker/app/styles/mixins.less 2014-08-10 00:43:34.705738467 -0400
+++ mixins.less 2014-08-10 00:35:15.577305500 -0400
@@ -558,13 +558,13 @@
.core (@gridColumnWidth, @gridGutterWidth) {

 .spanX (@index) when (@index > 0) {
  •  (.span@{index}) { .span(@index); }
    
  •  (~".span@{index}") { .span(@index); }
    

    .spanX(@Index - 1);
    }
    .spanX (0) {}

    .offsetX (@Index) when (@Index > 0) {

  •  (.offset@{index}) { .offset(@index); }
    
  •  (~".offset@{index}") { .offset(@index); }
    

    .offsetX(@Index - 1);
    }
    .offsetX (0) {}
    @@ -603,14 +603,14 @@
    .fluid (@fluidGridColumnWidth, @fluidGridGutterWidth) {

    .spanX (@Index) when (@Index > 0) {

  •  (.span@{index}) { .span(@index); }
    
  •  (~".span@{index}") { .span(@index); }
    

    .spanX(@Index - 1);
    }
    .spanX (0) {}

    .offsetX (@Index) when (@Index > 0) {

  •  (.offset@{index}) { .offset(@index); }
    
  •  (.offset@{index}:first-child) { .offsetFirstChild(@index); }
    
  •  (~'.offset@{index}') { .offset(@index); }
    
  •  (~'.offset@{index}:first-child') { .offsetFirstChild(@index); }
    

    .offsetX(@Index - 1);
    }
    .offsetX (0) {}
    @@ -656,15 +656,9 @@
    }

    .input(@gridColumnWidth, @gridGutterWidth) {

  • .spanX (@Index) when (@Index > 0) {

  •  /\* FIXME: thomas: this line provokes less compilation errors, so I
    
  •  /\*                broke it up in three lines
    
  •  (input.span@{index}, textarea.span@{index}, .uneditable-input.span@{index}) { .span(@index); }
    
  •   */
    
  •  input.span@{index} { .span(@index); }
    
  •  textarea.span@{index} { .span(@index); }
    
  •  .uneditable-input.span@{index} { .span(@index); }
    
  • .spanX (@Index) when (@Index > 0) {

  •  (~"input.span@{index}, textarea.span@{index}, .uneditable-input.span@{index}") { .span(@index); }
    

    .spanX(@Index - 1);
    }
    .spanX (0) {}

from angular-datepicker.

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.