8000 GitHub - getbase/base at v5
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ base Public

Base - A Rock Solid, Responsive CSS Framework built to work on all devices big, small and in-between.

Notifications You must be signed in to change notification settings

getbase/base

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Rock Solid, Responsive CSS Framework built to work on all devices big, small and in-between.

Lightweight and minimal code. Spend less time overriding styles and focus more time on creating beautiful website applications.

Travis Build Status David Dependencies Status


Table of contents


Overview

Base itself is a pretty thin CSS framework built on top of Normalize CSS. Include what you need on top of Base such as custom typography, custom grids, components and make it yours.


Installation

If you are creating a new project from scratch, it is recommended that you use the base starter.

git clone https://github.com/getbase/starter.git --depth=1 \
new-website && cd new-website && rm -rf .git && \
npm install && npm start

For existing projects, simply install base using NPM.

npm install --save @getbase/base

Once you have Base installed, you can choose what to import and include your own custom styles.

CSS Import:

/* Import the entire Base Framework */
@import url("https://unpkg.com/@getbase/base/index.css");

/* OR import only what you need */
@import url("https://unpkg.com/@getbase/base/css/core.css");
@import url("https://unpkg.com/@getbase/base/css/grid.css");

SCSS Import:

/* Import the entire Base Framework */
@import "~@getbase/base/scss/index";

/* OR import only what you need */
@import "~getbase/base/scss/core";
@import "~getbase/base/scss/grid";

/* Your Other Styles */
@import "main";

Documentation

The best way to get started is to view the Base Styleguide


Templates

There are a collection of free templates built with Base which are available to download on Gumroad.


Support

  • IE10+ and all other modern browsers.
  • Please specify browsers you need to support in package.json according to browserslist docs.

Credits


Authors

Matthew Hartman


License

Code released under the MIT Open Source license.

About

Base - A Rock Solid, Responsive CSS Framework built to work on all devices big, small and in-between.

Resources

Stars

Watchers

Forks

Packages

No packages published
0