Zurück zum Ranking

thoughtbot/bourbon

Rubybourbon.io

A Lightweight Sass Tool Set

sassbourbon-familycssscssbourbonsass-mixinssass-librarysass-functions
Sterne-Wachstum
Sterne
9k
Forks
858
Wochenwachstum
Issues
0
5k
Juni 2011Juni 2016Juli 2021Juli 2026
ArtefakteRubyGemsgem install bourbon
README

Bourbon logo

Reviewed by Hound

Deprecated as of September 13, 2024

This project is no longer maintained. We encourage people to leverage the modern native CSS features in lieu of this library. You can refer to our blog post on how to go about replacing or rethinking each helper.

A Lightweight Sass Tool Set

Bourbon is a library of Sass mixins and functions that are designed to make you a more efficient style sheet author.

It is…

  • Dependency-free: Bourbon is pure Sass.

  • Human-readable: We aim for clarity over brevity.

  • Lightweight: Zero output post-install and has no visual opinion.

Table of Contents

Requirements

Installation

  1. Install the Bourbon gem using the RubyGems package manager:

    gem install bourbon
    
  2. Install the Bourbon library into the current directory:

    bourbon install
    

    Pro Tip: You can target installation into a specific directory using the path flag:

    bourbon install --path my/custom/path/
    
  3. Import Bourbon at the beginning of your stylesheet:

    @import "bourbon/bourbon";
    

    It’s not recommended that you modify Bourbon’s files directly as it will make updating to future versions difficult, by overwriting your custom changes or causing merge conflicts.

Installation for Ruby on Rails 4.2+

  1. Add Bourbon to your Gemfile:

    gem "bourbon"
    
  2. Then run:

    bundle install
    
  3. Restart your server and rename application.css to application.scss:

    mv app/assets/stylesheets/application.css app/assets/stylesheets/application.scss
    
  4. Delete all Sprockets directives in application.scss (require, require_tree and require_self) and use Sass’s native @import instead (why?).

  5. Import Bourbon at the beginning of application.scss. Any project styles that utilize Bourbon’s features must be imported after Bourbon.

    @import "bourbon";
    @import "home";
    @import "users";
    

Installing with npm and using a Node-based asset pipeline

  1. Add Bourbon as a dependency:

    npm install --save bourbon
    
  2. If you’re using eyeglass, skip to Step 3. Otherwise, you’ll need to add Bourbon to your node-sass includePaths option. require("bourbon").includePaths is an array of directories that you should pass to node-sass. How you do this depends on how node-sass is integrated into your project.

  3. Import Bourbon into your Sass files:

    @import "bourbon";
    

Installing older versions of Bourbon

  1. Uninstall any Bourbon gem versions you already have:

    gem uninstall bourbon
    
  2. Reinstall the Bourbon gem, using the -v flag to specify the version you need:

    gem install bourbon -v 4.2.7
    
  3. Follow the instructions above to install Bourbon into your project.

Command Line Interface

bourbon [options]

Options

Option Description
-h, --help Show help
-v, --version Show the version number
--path Specify a custom path
--force Force install (overwrite)

Commands

Command Description
bourbon install Install Bourbon into the current directory
bourbon update Overwrite and update Bourbon in the current directory
bourbon help Show help

Browser Support

Bourbon supports Internet Explorer 11+ and the latest versions of Chrome, Firefox, Safari, and Edge.

Contributing

See the contributing document. Thank you, contributors!

License

Bourbon is copyright © 2011 thoughtbot, inc. It is free software, and may be redistributed under the terms specified in the license.

About thoughtbot

thoughtbot

This repo is maintained and funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of thoughtbot, inc.

We love open source software! See our other projects. We are available for hire.

Ähnliche Repositories
twbs/bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

MDXMIT Licensecssbootstrap
getbootstrap.com
174.5k78.7k
tabler/tabler

Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap

HTMLMIT Licensedashboardhtml
tabler.io
41.3k4.4k
bailicangdu/vue2-elm

Large single page application with 45 pages built on vue2 + vuex. 基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用

VueGNU General Public License v2.0vuevuex
cangdu.org/elm/
41k12.3k
chatwoot/chatwoot

Open-source live-chat, email support, omni-channel desk. An alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬

RubyRubyGemsOthervuejsintercom
chatwoot.com/help-center
34.6k8.3k
IanLunn/Hover

A collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS.

SCSSOthercss-effectscss
ianlunn.github.io/Hover/
29.4k5.6k
akveo/ngx-admin

Customizable admin dashboard template based on Angular 10+

TypeScriptnpmMIT Licensewebpackbootstrap4
akveo.github.io/ngx-admin/
25.7k7.9k
palantir/blueprint

A React-based UI toolkit for the web

TypeScriptnpmApache License 2.0reactcomponents
blueprintjs.com
21.9k2.3k
primer/css

Primer is GitHub's design system. This is the CSS implementation

SCSSMIT Licensesassui-components
primer.style/css
13k1.3k
pahen/madge

Create graphs from your CommonJS, AMD or ES6 module dependencies

JavaScriptnpmMIT Licensegraphvizgraph
10.1k349
akveo/nebular

:boom: Customizable Angular UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode

TypeScriptnpmMIT Licenseangularui
akveo.github.io/nebular
8.1k1.5k
jonsuh/hamburgers

Tasty CSS-animated Hamburgers

SCSSMIT Licensesasscss
jonsuh.com/hamburgers
7.1k1.6k
un-pany/v3-admin-vite

☀️ AI-friendly Vue3 admin template | Vue Admin | Vue Template | Vue3 Admin | Vue3 Template | Vue 后台 | Vue 模板 | Vue3 后台 | Vue3 模板

VueMIT Licenseelement-pluspinia
un-pany.github.io/v3-admin-vite/
7k1.2k