Giter Site home page Giter Site logo

bootstrap-builder's Introduction

I am a Go developer and the author of:

  • Concurrenthash - Merkle tree for hashing large files
  • Imageconvert - Convert and compress large libraries on images
  • Imagedup - Find similar images in large image libraries with perceptual hashing
  • Text2speech - Convert text to speech using AWS Polly.
  • Humannumbers - Convert numbers in English text to float64
  • Humantime - Convert English phrases to Go time.Time{}
  • Path - A simple library to handle file path input

๐Ÿ“ˆ GitHub Stats

Kmulvey's GitHub Stats Kmulvey's GitHub Stats

bootstrap-builder's People

Contributors

kmulvey avatar sblaurock avatar

Stargazers

 avatar

Watchers

 avatar  avatar

bootstrap-builder's Issues

fontface

5 +@font-face{
6   font-family:'FranklinGothicMedium';
7   src: url(//:) format('no404'),
8   url('@{headingsFontPath}FranklinGothic-Med-webfont.woff') format('woff'),
9   url('@{headingsFontPath}FranklinGothic-Med-webfont.ttf') format('truetype'),

10 url('@{headingsFontPath}FranklinGothic-Med-webfont.svg') format('svg');
11 font-weight:400;
12 font-style:normal;
13 }

rename selector for mixins

basically this test needs to pass and does not currently, this is because the regex that tries to determine if a % is within () does not work well. This regex lives on line 28 of Block.java. When done it can probably be combined with line 27. The whole reason for this regex is to differentiate between and update of the selector and a % in a normal selector (i.e. defaulting % values in a mixin signature)

@test
public void renameMixin() {
Block b = new Block(".box-shadow(@shadow)%.box-shadow(@ShadowA, @ShadowB:X, ...)");
b.process();
Assert.assertEquals("update", b.getAction());
Assert.assertEquals(".box-shadow(@shadow)", b.getSelector());
Assert.assertEquals(".box-shadow(@ShadowA,@ShadowB:X,...)", b.updated_selector[1]);
}

sample LESS
.box-shadow(@shadow)
%
.box-shadow(@ShadowA, @ShadowB:X, ...){

btw, this is a blocker for v2.3.2

linear runner needed

we need a runner that compiles one file at a time i.e. in a for() loop

Main.java should be renamed to ThreadedRunner.java
new file should be LinearRunner.java

they should both be able to run LessRunner.java

comments in override files

this has gotten better for comments on their own line do not effect the next line however the following does not work:

  • // z-index: 2;
    

in my opinion you should not do that, you should just delete the rule entirely

update selectors

need to be able to do this:

-.btn-link,
-.btn-link:active,
-.btn-link[disabled] {
+.btn.btn-link,
+.btn.btn-link:active,
+.btn.btn-link[disabled] {
background-color: transparent;
background-image: none;
.box-shadow(none);

  • text-shadow: none;
    }

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.