0.6.0 • Published 4 years ago

@lu4p/specter.css v0.6.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Specter.css

Specter.css is a lightweight, responsive and modern CSS framework. It is a fork of the no longer mainted Spectre.css.

  • Lightweight (~10KB gzipped) starting point for your projects
  • Flexbox-based, responsive and mobile-friendly layout
  • Elegantly designed and developed elements and components
  • Just CSS no Javascript needed

Specter is a side project based on years of CSS development work on a large web service project. Specter only includes modern base styles, responsive layout system, CSS components and utilities, and it can be modified for your project with Sass/Scss compiler.

Specter.css is completely free to use. If you enjoy it, please consider becoming a Github Sponsor for the further development. ♥

Getting started

There are 4 ways to get started with Specter CSS framework in your projects. You can either manually install, serve from CDN, install using NPM or Yarn.

Install manually

Download the compiled and minified Specter CSS files. And include specter.css in your website or Web app <head> part.

<link rel="stylesheet" href="specter.min.css">

Install from CDN

Alternatively, you can use the unpkg CDN to load the compiled Specter.css.

<link rel="stylesheet" href="https://unpkg.com/@lu4p/specter.css/dist/specter.min.css">

Install with NPM

$ npm install @lu4p/specter.css --save

Install with Yarn

$ yarn add @lu4p/specter.css

Compiling custom version

You can compile your custom version of Specter.css. Read the documentation.

Documentation and examples

Elements

Layout

Components

Utilities

  • Utilities - colors, display, divider, loading, position, shapes and text utilities

Experimentals

Browser support

Specter uses Autoprefixer to make most styles compatible with earlier browsers and Normalize.css for CSS resets. Specter 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+

Specter supports Internet Explorer 10+, but some HTML5 and CSS3 features are not perfectly supported by Internet Explorer.

Designed and built with ♥ by lu4p. Feel free to submit a pull request. Help is always appreciated.