GithubHelp home page GithubHelp logo

krishedges / fluidity Goto Github PK

View Code? Open in Web Editor NEW
88.0 88.0 8.0 618 KB

A Modern CSS3 & HTML5 Framework for Stylus

Home Page: https://fluidity-css.herokuapp.com/

License: Other

CoffeeScript 3.84% CSS 96.16%

fluidity's Issues

The variable named 'color'

A small issue I noticed today, there is a variable declared in color.styl as color = #111111 which interferes with some CSS rules. The one I noticed it on today was:

transition color .5s ease-in-out

which would then translate to:

-webkit-transition: #111111 0.5s ease-in-out;
-moz-transition: #111111 0.5s ease-in-out;
-o-transition: #111111 0.5s ease-in-out;
-ms-transition: #111111 0.5s ease-in-out;
transition: #111111 0.5s ease-in-out;

I think another variable name would be a good choice! :)

Input type text, Firefox, value invisible

The text box control looks consistent with other browser but the value and cursor do not show up.

Here's what I did as a temporary workaround:

input[type=text]
    height 100%
    padding 0.4em

With the workaround input type text does not have a consistent appearance but the text and cursor become visible.

I tested this in Firefox v29 & v30.

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.