ivynya / FlexCore

A hyperlight, extensibility-focused IE10+ CSS/SASS flex framework.

Home Page:https://sdbagel.com/FlexCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlexCore

FlexCore is a hyperlight IE10+ CSS/SASS flex framework built to be built on.

Features

  • Less than 1KB gzipped
  • Responsive, out-of-the-box styles like flex-smart and flex-list
  • No need to fiddle with -md, -sm prefixes
  • Customizable SASS components

Documentation

View FlexCore documentation here.

Usage

CSS and SASS

Get the raw SASS and CSS files of FlexCore from the releases. Use the /dist folder for compiled CSS and /src/sass for the SASS files.

flexcore.min.css includes the base styles, and flexcore-full.min.css includes all optional module styles. Include the file in your HTML and you're good to go!

Web Builder

Build your own shim of FlexCore from our website. Customize which components and modules you add on to build only what you need.

Compatibility

FlexCore adopts a Bootstrap-like naming scheme. This results in potential incompatibilities, meaning it is recommended that the two aren't used together.

Core styles and modules are guaranteed to function with overlap in Bootstrap.

Components are not guaranteed to function as they are intentionally designed to replace Bootstrap components.

About

A hyperlight, extensibility-focused IE10+ CSS/SASS flex framework.

https://sdbagel.com/FlexCore

License:MIT License


Languages

Language:CSS 62.0%Language:HTML 36.5%Language:Batchfile 1.5%