Plan and done for Apr-10-2017
What will I learn today?
- How to tune input in css.
- How to combine form with inputs in Sedona project.
- How to handle vim and git during all this activities.
- Go through - http://tympanus.net/codrops/css_reference/
Done
-
What I need to start a new project.
-
Run in a project folder:
npm install gulp gulp-util gulp-sass gulp-uglify gulp-rename gulp-minify-css gulp-gh-pages gulp-notify gulp-concat gulp-plumber gulp-postcss css-mqpacker autoprefixer node-neat browser-sync --save-dev
-
Copy gulpfile.js from previous src. (many different sources e.g. https://gist.github.com/DESIGNfromWITHIN/11383339 or https://github.com/nicothin/epic_start-kit/blob/master/gulpfile.jskk)
-
Create directory srtucture:
mkdir scss mkdir js mkdir sass mkdir css mkdir stylesheets
-
-
Went through:
background-clip - border-box, padding-box, content-box all initial - reset to default value and it's not a UA values; inherit - use it to inherit values from parent to child. Doesn't work for shorthands. unset - it's inherit or initial depending on wether the value is inheritable or not for the element.
- Done. With additional container. So I have wrapper to carry the map background and container, which holds the for in fit.
- Done. Easy as any other element.