Css Framework/theme using bootstrap
- framework used bootstrap
- Preprocessor
- Less
- Stylus
- Sass
src
: folder to keep our source filesdist
: folder to keep our compiled files
- Edit sass file from
src/scss
with the help of sass docs - run
gulp
in the terminal.
- sass
- bourbon/compass
- Scalable and Modular Architecture for CSS (SMACSS) https://smacss.com/
- Object Oriented CSS (OOCSS) http://oocss.org/
- Block Element Modifier (BEM) https://en.bem.info/
- 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
- https://crossbrowsertesting.com/
- https://www.browserling.com/
- https://www.browserstack.com/
- http://caniuse.com/
- create virtual box and test with browser you want.
- Get final product independent of bootstrap