Skip to content

hishamdalal/gulp-php-workflow

Repository files navigation

Gulp PHP Workflow

Logo

About

Rapid web development with php, scss and javascript.

screenshot

screenshot

SCSS examples:

@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)) )

Requirments

  • node: v22.12.0
  • npm: 10.9.0
  • gulp-cli: 3.0.0
  • gulp: 5.0.0

How to use:

Clone repo

git clone https://github.com/hishamdalal/gulp-php-workflow.git

Change directory

cd gulp-php-workflow

install packages

npm install -g gulp-cli
npm install

Start development

npm start

Build

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published