Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.52 KB

File metadata and controls

53 lines (33 loc) · 1.52 KB

ridestyler.ui

ridestyler.ui is the CSS framework used by many of the RideStyler branded tools and apps. It is a fork off of Spectre.css.

Getting started

To use the framework you can either:

  • Install this using NPM and use the included SCSS or
  • Use the precompiled SCSS on our static CDN

From CDN

To install from the CDN just add a reference to the CSS:

<link rel="stylesheet" href="https://static.ridestyler.com/rs-ui/latest/rsui.min.css">

From NPM

First install the package:

npm install --save Burkson/ridestyler.ui

Then import the library using SCSS:

@import "~ridestyler.ui"

Compiling custom version

You can compile your custom version of ridestyler.ui. Read the documentation.

Documentation and examples

See the documentation.

Browser support

ridestyler.ui uses Autoprefixer to make most styles compatible with earlier browsers and Normalize.css for CSS resets. It is designed for modern browsers. For best compatibility, these browsers are recommended:

  • Chrome (LAST 4)
  • Microsoft Edge (LAST 4)
  • Firefox (EXTENDED SUPPORT RELEASE)
  • Safari (LAST 4)
  • Opera (LAST 4)
  • Internet Explorer 10+

Some HTML5 and CSS3 features are not perfectly supported by Internet Explorer.