ridestyler.ui is the CSS framework used by many of the RideStyler branded tools and apps. It is a fork off of Spectre.css.
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
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">First install the package:
npm install --save Burkson/ridestyler.uiThen import the library using SCSS:
@import "~ridestyler.ui"You can compile your custom version of ridestyler.ui. Read the documentation.
See the documentation.
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.