FlexCore is a hyperlight IE10+ CSS/SASS flex framework built to be built on.
- Less than 1KB gzipped
- Responsive, out-of-the-box styles like
flex-smart
andflex-list
- No need to fiddle with
-md
,-sm
prefixes - Customizable SASS components
View FlexCore documentation here.
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!
Build your own shim of FlexCore from our website. Customize which components and modules you add on to build only what you need.
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.