Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michalzalecki/mrz-boilerplate
Minimal CSS(SCSS) starter kit with pre-configured Grunt.js tasks for better performance and optimalization.
https://github.com/michalzalecki/mrz-boilerplate
Last synced: 28 days ago
JSON representation
Minimal CSS(SCSS) starter kit with pre-configured Grunt.js tasks for better performance and optimalization.
- Host: GitHub
- URL: https://github.com/michalzalecki/mrz-boilerplate
- Owner: MichalZalecki
- Created: 2014-11-14T15:04:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T21:04:15.000Z (over 9 years ago)
- Last Synced: 2024-12-12T09:16:07.834Z (28 days ago)
- Language: CSS
- Homepage: http://demo.michal.zalecki.pl/mrz-boilerplate
- Size: 1.05 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MRZ Boilerplate
[![forthebadge](http://forthebadge.com/badges/uses-css.svg)](http://forthebadge.com)
Minimal CSS(SCSS) starter kit with pre-configured Grunt.js tasks for better performance and optimalization.
1. SCSS
2. BEM naming convention
3. Base styles for typography, buttons, inputs and tables
4. Flexbox Grid - based on [flexboxgrid.com](http://flexboxgrid.com)
5. Vertical Rythm
6. Easy to work with, great base for something awesome!
7. [NOT A UI KIT!](https://twitter.com/brad_frost/status/516603995075653632)
8. Grunt.js tasks:
* sass - SASS files compilation
* autoprefixer - vendor prefixes
* uncss - remove unused CSS
* cssmin - minify CSS files
* watch - watch for files changes + livereload## Install dependencies
Don't forget to install required dependencies via npm and bower. To do this run:```sh
npm install
```and this:
```sh
bower install
```You need have Node.js and Bower installed already.
## Run tasks
To run tasks (you need have installed Grunt) run:```sh
grunt dev
```for production tasks run:
```sh
grunt prod
```Notice that prod task hasn't watch task included.
## Demo
Demo is available at: http://demo.michal.zalecki.pl/mrz-boilerplate