All Projects → picturepan2 → Spectre

picturepan2 / Spectre

Licence: mit
Spectre.css - A Lightweight, Responsive and Modern CSS Framework

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Spectre

Legacycss
Legacy CSS - Modern and Lightweight CSS Framework
Stars: ✭ 48 (-99.56%)
Mutual labels:  css-framework, lightweight, modern
boba
A lightweight, modular CSS framework.
Stars: ✭ 47 (-99.57%)
Mutual labels:  modern, flexbox, css-framework
Basis
A lightweight responsive Sass/CSS framework based on flexible box.
Stars: ✭ 133 (-98.78%)
Mutual labels:  css-framework, flexbox
Opensource
Delivering delightful digital solutions. Open Source packages with combined ~85M/month downloads, semantically versioned following @conventional-commits. Fully powered by Jest, @Babel TypeScript, @Airbnb @ESLint + @Prettier, @YarnPKG + @Lerna independent versioning, GH @Actions & automated dep updates with @RenovateBot.
Stars: ✭ 459 (-95.8%)
Mutual labels:  utilities, modern
The Flex Grid
The Flex Grid is a responsive CSS flexbox grid. Because we can!
Stars: ✭ 45 (-99.59%)
Mutual labels:  css-framework, flexbox
Front End Frameworks
A collection of best front-end frameworks for faster and easier web development.
Stars: ✭ 2,786 (-74.53%)
Mutual labels:  css-framework, responsive-grid
Bulma Helpers
Library with missing Functional / Atomic CSS classes for Bulma framework
Stars: ✭ 263 (-97.6%)
Mutual labels:  css-framework, flexbox
Bojler
Bojler is an email framework
Stars: ✭ 885 (-91.91%)
Mutual labels:  css-framework, utilities
milligram-stylus
A minimalist CSS framework on Stylus version.
Stars: ✭ 19 (-99.83%)
Mutual labels:  flexbox, css-framework
Lemon
🍋 Minimal and responsive CSS framework for fast building websites.
Stars: ✭ 51 (-99.53%)
Mutual labels:  css-framework, flexbox
Amp Spectre
⚡ AMP Spectre CSS Framework
Stars: ✭ 49 (-99.55%)
Mutual labels:  css-framework, lightweight
Pico
Graceful & Minimal CSS design system in pure semantic HTML
Stars: ✭ 89 (-99.19%)
Mutual labels:  css-framework, lightweight
gutter-grid
A Sass flexbox based grid system that is able to replicate CSS grid-gap in IE11
Stars: ✭ 18 (-99.84%)
Mutual labels:  flexbox, responsive-grid
skelet
Skelet.css a contemporary CSS framework. The basics to get started.
Stars: ✭ 69 (-99.37%)
Mutual labels:  flexbox, css-framework
Must Watch Css
A useful list of must-watch talks about CSS
Stars: ✭ 3,966 (-63.74%)
Mutual labels:  css-framework, flexbox
Katana
Katana is CSS Layout System made with Flexbox
Stars: ✭ 57 (-99.48%)
Mutual labels:  flexbox, css-framework
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (-93.45%)
Mutual labels:  css-framework, flexbox
shapecss-framework
A modern stylish css framework
Stars: ✭ 14 (-99.87%)
Mutual labels:  css-framework, responsive-grid
pine
Responsive CSS Framework ( PineCSS )
Stars: ✭ 41 (-99.63%)
Mutual labels:  css-framework, responsive-grid
Bulma
Modern CSS framework based on Flexbox
Stars: ✭ 44,771 (+309.32%)
Mutual labels:  css-framework, flexbox

Spectre.css

Reviewed by Hound

Spectre.css is a lightweight, responsive and modern CSS framework.

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

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

Spectre.css is completely free to use. If you enjoy it, please consider donating via Paypal or via Patreon for the further development.

Getting started

There are 5 ways to get started with Spectre CSS framework in your projects. You can either manually install or use NPM, Yarn and Bower.

Install manually

Download the compiled and minified Spectre CSS files. And include spectre.css located in /docs/dist in your website or Web app <head> part.

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

Install from CDN

Alternatively, you can use the unpkg or cdnjs CDN to load compiled Spectre.css.

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

Install with NPM

$ npm install spectre.css --save

Install with Yarn

$ yarn add spectre.css

Install with Bower

$ bower install spectre.css --save

Compiling custom version

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

Documentation and examples

Elements

Layout

Components

Utilities

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

Experimentals

Browser support

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

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].