1.1.5 • Published 7 years ago

spectrum-css v1.1.5

Weekly downloads
156
License
MIT
Repository
github
Last release
7 years ago

Spectrum

A collection of CSS classes for rapid front-end development

Installation

The best way to include Spectrum in your project is to use a CDN:

/* Imported into a CSS file. */
@import('https://spectrum.optick.io/latest/spectrum-full.min.css')

or

<!-- Directly linked within an HTML page -->
<link href="https://spectrum.optick.io/latest/spectrum-full.min.css" />

If you want to consolidate the CSS in your project or choose which modules to import, use NPM:

npm install spectrum-css --save-dev

You can then import files directly within your SCSS file:

@import '~spectrum-css/src/scss/spectrum-core';
@import '~spectrum-css/src/scss/modules/additional/border/width';

Build Setup

# Install dependencies.
npm install

# Serve with hot reload at http://localhost:8888.
npm run dev

# Build for production with minification.
npm run build

# Run all tests.
npm test

 

Created by Ian Walter

1.1.5

7 years ago

1.1.4

7 years ago

1.1.2

7 years ago

1.1.1

8 years ago

1.1.0

8 years ago