https://github.com/selfishprimate/gerillass-play-gulp
A Gulp based playground, that comes with all the packages and configurations that you’ll need to work with Sass and Gerillass. [You can try it on Sandbox]
https://github.com/selfishprimate/gerillass-play-gulp
codesandbox codesandbox-template gerillass gulp gulp-sass gulpjs sandbox sass sass-library sass-mixins scss scss-framework scss-mixins scss-styles
Last synced: about 2 months ago
JSON representation
A Gulp based playground, that comes with all the packages and configurations that you’ll need to work with Sass and Gerillass. [You can try it on Sandbox]
- Host: GitHub
- URL: https://github.com/selfishprimate/gerillass-play-gulp
- Owner: selfishprimate
- Created: 2022-05-06T19:31:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T13:26:46.000Z (about 2 years ago)
- Last Synced: 2025-01-19T16:11:24.621Z (3 months ago)
- Topics: codesandbox, codesandbox-template, gerillass, gulp, gulp-sass, gulpjs, sandbox, sass, sass-library, sass-mixins, scss, scss-framework, scss-mixins, scss-styles
- Language: CSS
- Homepage: https://codesandbox.io/p/github/selfishprimate/gerillass-play-gulp/
- Size: 3.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gerillass Play
**Gerillass Play** is a Gulp based playground, built for you to get started with **Sass** and **Gerillass** quickly.
## Requirements
- [Node.js](https://nodejs.org/en/)
- [Gulp CLI](https://gulpjs.com/docs/en/getting-started/quick-start/)## How to install Gerillass Play?
Cloning the repository:
git clone https://github.com/selfishprimate/gerillass-play-gulpGo into the project folder and run `yarn install` command to install all the dependencies that the project needs.
After the installation, run the `gulp start` command to power up the project.
_The page will be updated as soon as you save the files! Thanks to Gulp and BrowserSync._
## Usage
Open the `index.html` file under the `src` folder, remove the current HTML code here, and replace it with yours.
Then open the `styles.scss` file under the `src/assets/scss` folder and scroll down till you see the comment I left for you:
/* Write your styles here! */
You can write your style rules here!
Well, that's it!