GithubHelp home page GithubHelp logo

isabella232 / landscape-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from esnme/landscape

0.0 0.0 0.0 1.58 MB

A Stylus-powered frontend CSS toolkit for building rich and beautiful web apps.

Home Page: http://landscape.jit.su/

License: Other

JavaScript 100.00%

landscape-1's Introduction

LANDSCAPE

A Stylus-powered frontend toolkit based on Bootstrap.

Landscape is currently in early stages of development and breaking changes will most certainly be introduced. Recommended use for development purposes only.

To get started -- checkout the docs!

Installation

To install Landscape you must have nodejs installed.

$ npm install -g landscape

For automatic generation of linear gradient PNGs, install node-canvas (does not currently work on Windows):

$ npm install -g canvas

Note: You can install the packages locally by omitting the -g switch, but for ease of use it's recommended to install them globally.

Usage

First you need access to Landscape within Stylus, this can be done with the Stylus executable or programatically.

Stylus executable

$ stylus --use landscape mytheme.styl

For more info, see Stylus docs.

Programatically

var landscape = require('landscape');
...
stylus.use(landscape());

Customize the theme

Make a copy of the bootstrap theme and then change the variables inside config.styl to suite your needs. To make your app use your theme, just point it to your theme.styl file and Stylus should do the rest.

How to run the docs locally?

You will have to clone the git repo, since the docs are not included in the npm package.

$ git clone [email protected]:esnme/landscape.git

Also make sure you get the submodules.

$ git submodule update --init

Install all npm packages and then run app.js.

$ cd docs
$ docs/ npm update
$ docs/ node app.js

Note: If you're running Windows you will have to uncomment the canvas package in package.json.

Coding convention

Since Stylus is extremely lenient code-wise (you can omit braces, colons and semi-colos) we have put this tiny coding convention in place for Landscape:

  • All braces and semi-colons are omitted
  • Variables are prepended with ($) dollar-sign
  • Properties are appended with (:) colon

Example

$color = #aaa

.button
	color: $color
	padding: 4px 10px

Copyright and license

Copyright 2012 ESN Social Software AB
Copyright 2012 Twitter, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

landscape-1's People

Contributors

mekwall avatar cauethenorio 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.