Skip to content

Releases: justcoded/web-starter-kit-wp

v3.0.1 Update Browsers List

20 Jan 17:26
Compare
Choose a tag to compare

Browsers list was updated to:

– EDGE, Chrome, FF, Safari last version

– iOS (Safari) last version

– Android (Chrome) latest 2 versions

v3.0.0 First WP Release

16 Jan 14:32
Compare
Choose a tag to compare

68747470733a2f2f6f6e2e61686d64612e77732f6366313239386665616465652f63

  • We dropped off IE support so now we use CSS3 vars instead of some SCSS but still use SCSS maps

  • REM units only. All variables now are in REMs. For more accessibility we decided to use only relative units.

  • Alll hover effect under @media hover CSS rule to prevent hover effect on touch devices

  • Update browserlist + editorsconfig file

  • Update all dependencies in package.json

  • Update project folder architecture

  • Add dart-sass compiler. Now we use directly SASS lib instead of gulp-sass which is not update

  • Update Documentation

  • Add PostCSS support

  • Replace gulp-gcmq with postcss-sort-media-queries

  • Replace gulp es lint with ES Lint plugin