Giter Club home page Giter Club logo

cinnamon's Introduction

Cinnamon Boilerplate

Simple, scalable boilerplate to help kick start your projects.

Features

  • Scaleable directory structure with clear, granular & intuitive naming conventions.
  • Ships with a handful goodies including an HTML5 template, jQuery, underscore, signals & cssmixins to help make your site awesome!
  • Integrates seamlessly with CodeKit for all your concatenation and minification needs.

Rationalle & Suggested Usage

  • A graphics folder and an images folder, what's that all about? In a nutshell, if it's referenced as a background-image or is an embedded logo, it goes in the graphics folder. If it's referenced as the src of an img element, it goes in the images folder.
  • Keep it consistent and adopt the conventions laid out before you. If you are embedding plugins such as SWFs, put them in a embeds folder. If you are referencing videos, put them in a videos folder. Maintain the verbose naming conventions and the world will be at peace with you.

Author

Matthew Wagerfield: @mwagerfield

Contributors

Darcy Clarke: @darcy

License

Licensed under MIT. Enjoy.

cinnamon's People

Contributors

darcyclarke avatar wagerfield avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cinnamon's Issues

mask-image property

Hey Matt,

can I suggest adding mask-image property to the mixins?
I've used it recently for alpha masking โ€“ alpha gradient masks doesn't seem to work in Firefox yet though.

Cheers,
Tomek

-webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.0, rgba(0,0,0,0)),
    color-stop(0.1, rgba(0,0,0,1)),
    color-stop(0.9, rgba(0,0,0,1)),
    color-stop(1.0, rgba(0,0,0,0))
);

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.