Skip to content

nepexgroup/fluffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluffy

Css Framework/theme using bootstrap

  • framework used bootstrap
  • Preprocessor
    • Less
    • Stylus
    • Sass

Directory Structure

  • src : folder to keep our source files
  • dist : folder to keep our compiled files

Gulp Guide

HOW TO Contribute

  • Edit sass file from src/scss with the help of sass docs
  • run gulp in the terminal.

Choice preprocessor

  • sass
  • bourbon/compass

Methodology

Terminology

  • CSS Specificity
  • CSS Selectors
    • Attributes with exact value [attribute="value"]
    • Attributes which begin with [attribute^="value"]
    • Whitespace separated attribute values [attribute~="value"]
    • Attribute values ending with [attribute$="value"]
    • Attributes containing strings [attribute*="value"]
  • Traditional box model
  • CSS Position Property
  • Floating Elements
  • Display Types
  • Responsive
  • Sprite CSS
  • base64 images
  • Email Template
  • UnCss

Cross-browser Compatibility Test

Road map

  • Get final product independent of bootstrap

References