Rapid web development with php, scss and javascript.
@include color.fg(primary);
@include color.bg(accent);
@include space.padding($h:md, $v:xs);
@include space.inset($b:-xxs, $l:zero);
@include breakpoint.more-than(lg) { ... }
@include breakpoint.equal-to(md) { ... }
@include breakpoint.between(sm, xl) { ... }
@include keyframe.animate(fadeIn, ease-in-out, 400ms);
@include transition.hover($property:(border, background-color)) { ... }
@include transition.multi( ((ease-in-out 200ms width), (ease-in-out 100ms 200ms height)) )
- node: v22.12.0
- npm: 10.9.0
- gulp-cli: 3.0.0
- gulp: 5.0.0
git clone https://github.com/hishamdalal/gulp-php-workflow.git
cd gulp-php-workflow
npm install -g gulp-cli
npm install
npm start
npm run build