GithubHelp home page GithubHelp logo

karloespiritu / bemskel Goto Github PK

View Code? Open in Web Editor NEW
95.0 5.0 23.0 2.46 MB

A lightweight CSS framework written in BEM and SASS for building scalable component-based user interfaces

Home Page: http://bemskel.com

License: MIT License

CSS 91.21% JavaScript 8.79%
lightweight-css-framework bem sass

bemskel's Introduction

BEMSkel

BEMSkel is a a lightweight CSS framework written in BEM and SASS for building scalable component-based user interfaces. It includes commonly used UI components that I use on every web and React projects.

BEMSkel can be used as standalone CSS library or a starting point project. It's lightweight, minimal, and well-documented, leaving the creativity up to you.

  • Minified production versions: dist/
  • Unminified sources: src/

Features

  • Written in BEM (Block, Modifier, Modifier) naming convention for classes to provide a consistent and strict to easily extend the framework.
  • Uses 7-1 Architecture pattern for maintainable and scalable SASS.
  • Includes two methods of creating grids - CSS Grid and Flexbox
  • Gulp Build System
  • Designed to be scalable and easy to customize. Use it as a standalone library or use it a starting point to build your next application.

Quick Start

$ git clone [email protected]:karloespiritu/bemskel.git

Customize

$ npm install
// customize the SASS files in /src
$ gulp watch

Browser support

  • Chrome latest
  • Firefox latest
  • Opera latest
  • Safari latest
  • IE latest

BEMSkel works perfectly with almost all older versions of the browsers above, though IE certainly has large degradation prior to IE9.

Credits

bemskel's People

Contributors

karloespiritu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

bemskel's Issues

Grid doesn't align properly

(I'm guess from two years without updates this project is probably dead, but figured I'd report this just the same.)

The grid doesn't properly align the columns:

image

Here, we have a row with default widths: 2 + 2 + 2 = 6.

And a second row with widths: 2 + 4 = 6.

So the first column is 2 units in either case, and you'd expect them to align, I think?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.