Giter VIP home page Giter VIP logo

bedrock's Introduction

Bedrock

Bedrock is a highly unopinionated and minimal front-end baseline built in LESS

Frameworks are too limiting. If your truly handwriting code only so much of it can be reused. Your classnames, IDs and markup structure should match what's best for the project. Bedrock attempts to avoid telling how to write your code and instead allows you to just write it.

Quick Start

4 options are available

  • download the latest
  • Using Bower you can run bower install bedrock
  • Using Volo you can run volo install aebsr/bedrock
  • Using a git submodule you can run git submodule add git://github.com/aebsr/bedrock.git bedrock

Usage

In your less files use @import 'path/to/bedrock/bedrock'

Browser and Polyfill Support

Out of the box, Bedrock supports IE8 up. But it is CSS3PIE and BoxSizing ready if you need to support IE7.

Enable Support

@support-ie7: true;
@support-pie: true;

Declaring Paths

Both these are false by default. If CSS3PIE support is enabled you should update your polyfill paths.

@pie_url: '/PIE.htc';
@boxsizing_url: '/boxsizing.htc';

*default paths above

Legacy Support

If your testing version 0.3.0 or higher on an older site simply set the support for ie7 and pie to 'true'. Pre 0.3.0 had assumed both were supported out of the box. 1.0 will be the tested, production ready version of bedrock.

ToDos

Modularize support for:

  • ie8
  • firefox >3.6
  • safari >4.0
  • mobile/safari (iOS) >3.2
  • mobile/safari (iOS) >4.3
  • android browser >3.0
  • blackberry browser >7.0

bedrock's People

Contributors

aebsr avatar cwood avatar matthewwithanm avatar ryanbagwell avatar

Watchers

 avatar  avatar

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.