Sha256: 19ff554d5f9efdc1b4249e9dd5baf3606a9d50f4e70dc7b5e7cf11239c4fddf4
Contents?: true
Size: 1.03 KB
Versions: 19
Compression:
Stored size: 1.03 KB
Contents
# Spectre.scss [![Gem Version](https://badge.fury.io/rb/spectre_scss.svg)](https://badge.fury.io/rb/spectre_scss) [Spectre](https://picturepan2.github.io/spectre/) is a lightweight, responsive and modern CSS framework. This gem packages the Sass version of Spectre's assets for drop-in use in Rails applications. ## Installation Add this line to your application's Gemfile: ```ruby gem 'spectre_scss' ``` And then execute: $ bundle Or install it yourself as: $ gem install spectre_scss ## Usage Once installed, add the following to your `application.scss`: ```scss @import "spectre"; ``` Or, import components as needed: ```scss // Core variables and mixins @import 'spectre/variables'; @import 'spectre/mixins'; @import 'spectre/utilities'; // Reset and dependencies @import 'spectre/normalize'; @import 'spectre/base'; @import 'spectre/buttons'; @import 'spectre/navbar'; @import 'spectre/tables'; ``` ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
19 entries across 19 versions & 1 rubygems