- Mobile-First 12 Column Grid
- Based on Flexbox
- Bootstrap 3 Compatible (pending)
Plasma.css can be installed as a package via NPM
npm install plasma.css
Feature | Supported | Release Status | Default |
---|---|---|---|
Based on flexbox | yes | Alpha | ✔ |
Responsive | yes | Alpha | ✔ |
Bootstrap 3 Compatible | yes | Planned | ✔ |
12 column fluid grid | yes | Alpha | ✔ |
12 column fixed grid | yes | Alpha | ✔ |
Vertical grid columns | yes | Alpha | ✔ |
Space filling columns | yes | Alpha | ✔ |
Offsets and Insets | yes | Planned | ✔ |
X-axis Element alignment | yes | Alpha | ✔ |
Y-axis Element alignment | yes | Alpha | ✔ |
Flexbox Grid is depenedent on the CSS property flexbox. See Can I use Flexbox? for more details.
npm install
npm run app:dev
Twitter Bootstrap 3 Sass Version (optional)
Solved by Flexbox by Philip Walton