https://github.com/selfishprimate/gerillass-play-webpack
A Webpack based playground, that comes with all the packages and configurations that you’ll need to work with Sass and Gerillass.
https://github.com/selfishprimate/gerillass-play-webpack
boilerplate css gerillass programming sass sass-boilerplate sass-framework sass-functions sass-library sass-mixins scss scss-mixins scss-modules scss-styles web-development web-development-tools webpack webpack-boilerplate webpack5
Last synced: 6 months ago
JSON representation
A Webpack based playground, that comes with all the packages and configurations that you’ll need to work with Sass and Gerillass.
- Host: GitHub
- URL: https://github.com/selfishprimate/gerillass-play-webpack
- Owner: selfishprimate
- Created: 2020-08-07T20:04:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T19:45:29.000Z (over 3 years ago)
- Last Synced: 2025-04-14T20:15:21.621Z (6 months ago)
- Topics: boilerplate, css, gerillass, programming, sass, sass-boilerplate, sass-framework, sass-functions, sass-library, sass-mixins, scss, scss-mixins, scss-modules, scss-styles, web-development, web-development-tools, webpack, webpack-boilerplate, webpack5
- Language: JavaScript
- Homepage:
- Size: 6.75 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Gerillass Play
**Gerillass Play** is a **[Webpack](https://webpack.js.org/)** based playground, built for you to get started with **Sass** and **Gerillass** quickly.
## Requirements
- [Node.js](https://nodejs.org/en/)
## How to install Gerillass Play?
Cloning the repository:
git clone https://github.com/selfishprimate/gerillass-play-webpackGo into the project folder and run `yarn install` command to install all the dependencies that the project needs.
After the installation, run the `npm run gerillass` command to power up the project.
_The page will be updated as soon as you save the files!
## 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!