Code Monkey home page Code Monkey logo

tuktuk's Issues

Button on landing is not fully aligned with the input.

In landing.html example, the button do not align with the input.
En ejemplo landing.html, el boton no aparece alineado con el input.

    <div class="row">
        <div class="column_6 offset_3 form subscribe">
            <input type="email" id="mail" class="large" placeholder="Your email address">
            <button class="button large icon envelope"></button>
        </div>
    </div>

Ese comportamiento es normal? o se trata de un error? gracias
That behavior is normal? or is it a mistake? thanks
captura de pantalla de 2013-06-07 16 29 39

Override iOS native styling for input submit buttons

I'm using tuktuk with great success in a Rails app.

The one stumbling block so far has been with the iOS native styling of <input> submit buttons.

I found this fix in a zurb/foundation issue and it worked great for me:

input[type=submit].button {
-webkit-appearance: none;
}

For Rails users you can just add this to the end of your application.css file. Other users should just add it as late in the cascade as possible.

Seems this should already be in tuktuk somewhere?

Package folder empty

When you download master zip file, the package folder is empty. I guess this is the place where all the stylesheets would need to be, so I guess that it shouldn't be empty:)

Get error on tuktuk.button.styl

I try to compile css from folder styl, but error on tuktuk.button.styl with variable UNIT. I'm newbie on stylus and I don't know how to compile __init.style with tuktuk.button.styl.

Can advice me, please.

Simplify grid

I saw ungrid.css and I thought tuktuk could implement the grid like that, is much easier for developers and is less code.

Do you know what are the pros and cons of implementing a grid like that?

questions about selector .row in tuktuk.grid.styl

located in the file /stylesheets/tuktuk.grid.styl this line 261 as follows:

.row
    margin: 0 auto
    width: 456px
    overflow: hidden

  .row .row
    margin: 0
    width: auto
    display: inline-block

Believe and if I'm not wrong should be 👍 :

.row
    margin: 0 auto
    width: 456px
    overflow: hidden

    &.row
      margin: 0
      width: auto
      display: inline-block

Bower compatibility

Can you make your library (I mean the .styl files) available for bower?

Thank you.

CSS file line 246 failing with Heroku

Line 246 in the tuktuk.css file of the .zip download has no values for the box-flex property. This caused an error when deploying to Heroku on a Rails app. Removing this text from the line

-webkit-box-flex:;-moz-box-flex:;-ms-box-flex:;-o-box-flex:;box-flex:;

resolved the issue with Heroku deployment.

Web application example usable only on Chrome !

The Scroll bars are not working as they should in firefox 18 ! . The web application template rendering in ie 9 and 10 is just not right . Ive attached images . atleast 25% of the visitors use ie 9,10 so thats huge .

ff18
ie9
ie10

Requesting a howto to build with grunt.

Hi.

I'm trying to generate the css code from the basic tuktuk package,
as far as I know I should use the gruntfile.coffee.

With the premises I have nodejs and grunt / grunt-cli installed,
I use the 'grunt' command on the root of the project, but I have this error message.

albert@griset:~/dev/tuktuk$ grunt
grunt-cli: The grunt command line interface. (v0.1.6)

Fatal error: Unable to find local grunt.

If you're seeing this message, either a Gruntfile wasn't found or grunt
hasn't been installed locally to your project. For more information about
installing and configuring grunt, please see the Getting Started guide:

http://gruntjs.com/getting-started

It could be possible to attach some build instructions in the ReadMe file for newbies as me?

So much thanks in advance.

IE 9 & 10 Icon Problem

Hello, the icons don't appear in Internet Explorer 9 and 10. What can I do to see the icons?.
Thank you.

Clearfix method

The use of overflow: hidden as the clearfix method for a layout has many problems. For example, you can not use elements with position: absolute or negative margins because it will not display outside the bounds of the container (dropdown menus, tooltips,...). I think that the most up to date clearfix method is http://nicolasgallagher.com/micro-clearfix-hack/

Grunt task copy not working

When launch grunt 'site/package/tuktuk.icon.css' is not generated, the fix is to set copy.main.files as an array:

copy: main: files:[src: '<%= source.icons %>',dest: "<%= meta.endpoint %>/<%=meta.file%>.icons.css" ]

Browser compatibility + documentation + examples

Hi, guys! Great project you are mading, here, congrats!

In the the site, we can read "Don't try to use Tuktuk in your hated IE6", right? But I can't find some type of "compatibility table" to know in which browser I can use Tuktuk at all (or if it's consistent in the browsers with support).

I also tried to find some documentation in the site, but without success. Do you guys intend do put that in a near future? As I said, I really appreciated Tuktuk and, with some more infos and documentation and examples, I could contribute with the divulgation of Tuktuk translating the web site to brazilian portuguese and trying to spread the project from here. :-)

Convert to Styl

Is there any thought to converting the project to Styl?

Mainly I ask because of this issue.

Also Styl is about 10 times faster to compile.

.psd file

Any plans to support this with .psd grid files? Love the layout of this RWD grid system.

app themplate dont work

i downloaded the complete project, but when i open app.htm file, the links are broken and file has no style. can you explain me about .styl files?

also package folder is empty and has no style file. tnx

can not run in IE

It's too bad run in IE with the new example of Web Application!!!
Can you Help me ?

Modal window doesn't open in Safari

Tried to debug this but I am lost as to what is going on. It just doesn't seem to want to show. The active class gets added but it still seems to be hiding somewhere on the page.

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.