An open API service indexing awesome lists of open source software.

https://github.com/isramv/base_theme

Base theme for Drupal 8 with bootstrap grid system only.
https://github.com/isramv/base_theme

drupal-8 drupal-theme drupal8

Last synced: 7 months ago
JSON representation

Base theme for Drupal 8 with bootstrap grid system only.

Awesome Lists containing this project

README

          

# Base theme.

- `src` you will find the source files for the theme.
- do not include src source files in the theme.
- `dist` you will find the compiled CSS and JS.

## Compiling SCSS.

First install the dependencies which are listed below:
- `nodejs`
- `bower`
- `yarn` or `npm`
- `gulp`

then access `src/` and run:

`bower install`

`yarnpkg install` or `npm install`

then just run the command: `gulp` to compile the stylesheets.

the compiled CSS will be placed in the `dist` folder.