#Responsive_scss-master simple way ;)
#Version 1.02
#Plugins
- Normalize.css - A modern, HTML5-ready alternative to CSS resets.
- jQuery - A fast, small, and feature-rich JavaScript library.
- jQuery Easing - A jQuery plugin to give advanced easing options.
- FitVids - A lightweight, easy-to-use jQuery plugin for fluid width video embeds.
- FullScreenBg - A small jQuery plugin that allows you to create fullscreen background.
- Modernizr - JavaScript library that detects HTML5 and CSS3 features in the user’s browser.
- Slider - Simple and custom slide
#Structure
├── Responsive_scss-master/
│ ├── css/
│ │ ├── main.css (sass output)
│ │ └── normalize.css (aplha male of css resets)
│ ├── sass/
│ │ ├── main.sass (basic sass configuration and media queries)
│ ├── img/
│ │ └── loading.gif (fake 'loading' background)
│ └── js/
│ ├── functions.js
│ ├── grid.js
│ ├── jquery.js (jquery library)
│ ├── modernizr.js (html5 + css3 for the masses)
│ └── plugins.js
└── index.html
#Using Sass
Install Sass
gem install sass
Run Sass:
sass sass/main.sass css/main.css
Compile with:
sass --watch sass/main.sass:css/main.css
Compile with (compressed):
sass --watch sass/main.sass:css/main.css --style compressed
#License
Responsive_scss-master is under a Creative Commons Attribution License.