An open API service indexing awesome lists of open source software.

https://github.com/carolineartz/learning-box-model

Angular app for teaching box-sizing
https://github.com/carolineartz/learning-box-model

angular angularjs box-model box-sizing css javascript learning tool

Last synced: 12 months ago
JSON representation

Angular app for teaching box-sizing

Awesome Lists containing this project

README

          

##Learning Box Model: `box-sizing`

###Run/Develop:

#### Requirements:
- bower, gulp, sass (ruby)

```
npm install -g bower gulp
gem install sass
```

#### Setup
1. Clone Repo
2. Install node modules and bower components / dependencies
```
npm install && bower install
```
3. Run
```
gulp serve
```

TODO:

- Unit Tests
- ~Add/Remove margin from calculated size~
- Responsive Styles