Giter VIP home page Giter VIP logo

applepie's Introduction

ApplePie Toolkit is modular and responsive CSS framework. Getting started with ApplePie is easy. Whether you are building a simple site with a 'default' UI, or you are a master of SASS, building a new app - this toolkit will help you get up and running!

Getting Started

CSS Version

Simplest way to get started - straight CSS Toolkit version that includes everything you need to do rapid prototyping. Just grab a CSS file (applepie.css or applepie.min.css), include it to a web page and start doing markup without additional efforts on styling elements. Checkout latest releases to get started.

SASS Version

You'll need node and npm to install it.

Bower

  npm install -g bower
  bower install applepie

Git

  git clone [email protected]:railsware/applepie.git
  cd applepie
  npm install -g grunt-cli   # if you haven't installed grunt previously
  npm install
  grunt build

Usage

All ApplePie SASS files should now be built into the dist/sass/ directory. What you've got here:

base/: folder that contains all base layer styles like normalize.css, grids.css etc.

mixins/: contains all kinds of mixins that can be handy during development, like CSS3 mixins for dealing wit vendor prefixes, or responsive mixins for media queries.

components/: is a folder that contains all UI components implemented also using SASS mixins. You can use this default implementation of UI elements just by including components into your main SASS file and using mixins inside selectors.

layout/: layouts styles. [WIP]

applepie.sass: linking all pie components together. If you want to use all ApplePie components - just include applepie.sass to your stylesheets.

manifest.sass: this is sample applepie manifest, which has all selectors in place with use of components mixins. If you want to feel all power of ApplePie's naming convention and want to use all benefits of standardized naming, use manifest.sass as your main sass manifest file. Just copy this file to your stylesheets folder, include applepie.sass file at the top and you are ready to roll!

Find out more at apppie.org

Contributing

See the CONTRIBUTING file for information on how to contribute to ApplePie Toolkit

applepie's People

Contributors

ir-g avatar

Watchers

 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.