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.
- Host: GitHub
- URL: https://github.com/isramv/base_theme
- Owner: isramv
- Created: 2017-03-02T17:23:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T17:26:37.000Z (about 9 years ago)
- Last Synced: 2025-04-03T01:30:39.882Z (about 1 year ago)
- Topics: drupal-8, drupal-theme, drupal8
- Language: HTML
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.