marcinkrzeminski / gulp-starter-kit

My Gulp Starter Kit
MIT License
92 stars 28 forks source link

Could you create a "SASSless" version? #1

Closed oneezy closed 6 years ago

oneezy commented 6 years ago

I prefer to use normal CSS and make use of the Sass like features that we're getting.

I'm trying to remove the Sass stuff right now but it's a bit confusing for me.

marcinkrzeminski commented 6 years ago

Hi @oneezy

I just pushed the code you asked for into the sassless branch. In order to use it just clone the repo and switch the branch.

git clone https://github.com/marcinkrzeminski/gulp-starter-kit.git
cd gulp-starter-kit
git checkout sassless
npm install
gulp // for dev
gulp build // build for prod

Let me know if you have any other questions ;)

oneezy commented 6 years ago

Awesome! Thanks a ton