Skip to content

davidpett/bp-load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4c5826b · May 10, 2015

History

65 Commits
Aug 21, 2014
Aug 7, 2014
Aug 21, 2014
Aug 21, 2014
Mar 19, 2014
Aug 21, 2014
Mar 21, 2014
Oct 6, 2014
Aug 21, 2014
May 10, 2015
Oct 6, 2014
Aug 21, 2014
Sep 8, 2014
Oct 6, 2014

Repository files navigation

#BP Load Build Status

a responsive breakpoint loader - WIP

view demo here: http://davidpett.github.io/bp-load/

Will only load the CSS file when it is needed, breaks apart the SASS files into the correct CSS output, requires all SASS to be written using mixins, example:

  @include bp('base') {
    background-color: #ff0000;
  }
}```

The 'base.css' file will have ```.foo {
  background-color: #ffcc00;
}```

About

a responsive breakpoint loader

Resources

Stars

Watchers

Forks

Packages

No packages published