https://github.com/ivynya/flexcore
A hyperlight, extensibility-focused IE10+ CSS/SASS flex framework.
https://github.com/ivynya/flexcore
css flexbox framework ie10 ie10-plus ie11 lightweight sass
Last synced: about 1 month ago
JSON representation
A hyperlight, extensibility-focused IE10+ CSS/SASS flex framework.
- Host: GitHub
- URL: https://github.com/ivynya/flexcore
- Owner: ivynya
- License: mit
- Created: 2020-07-10T05:33:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T19:43:18.000Z (over 4 years ago)
- Last Synced: 2025-01-26T09:24:17.936Z (3 months ago)
- Topics: css, flexbox, framework, ie10, ie10-plus, ie11, lightweight, sass
- Language: CSS
- Homepage: https://sdbagel.com/FlexCore
- Size: 891 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.](https://sdbagel.com/FlexCore)## Usage
### CSS and SASS
Get the raw SASS and CSS files of FlexCore [from the releases](https://github.com/SDBagel/FlexCore/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.](https://sdbagel.com/FlexCore/builder) 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.