A box sizing component built for the Assembler framework.
Five quick start options are available:
- Download the latest release.
- Clone the repo:
git clone https://github.com/AssemblerUI/assembler-box-sizing.git
. - Install with Bower:
bower install assembler-box-sizing
. - Install with component(1):
component install assembler-box-sizing
. - Install with npm:
npm install assembler-box-sizing
.
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
assembler-box-sizing/
├── dist/
│ ├── assembler-box-sizing.css
│ ├── assembler-box-sizing.css.map
│ ├── assembler-box-sizing.min.css
│ └── assembler-box-sizing.min.css.map
└── src/
├── assembler-box-sizing.scss
├── assembler-box-sizing.scss
└── sass/
└── _box-sizing.scss
Provided is the compiled CSS (dist/assembler-box-sizing.*
), and the source files
written in SCSS (src/assembler-box-sizing.*.scss
). CSS source maps
(assembler-box-sizing.*.map
) are available for use with certain browsers' developer
tools.
If you want to:
- consume the library as-is, with no modifications, then include the CSS files
in the
dist/
directory - include the SCSS files as part of your build process, with no modifications,
then include the SCSS files at the root of the
src/
directory choosing either the flexbox or fluid version. - modify, then include the
src/sass/_box-sizing.scss
in your project as an@import
, then call the mixin.
Have a bug or a feature request? Please first read the Contributing documentation and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Contribution is a perfect way to help advance the project. Please read the contributing guidelines. before getting started.
Editor preferences are available in the editor config for use in common text editors. Read more and download plugins at http://editorconfig.org.
- Clone the repo:
git clone https://github.com/AssemblerUI/assembler-box-sizing.git
. cd assembler-box-sizing
- Install grunt build dependencies:
npm install
- Start the build process:
grunt dev
©️ 2015. See the LICENSE. Maintained by @chrisopedia.