Skip to content

Base theme for Drupal 8 with bootstrap grid system only.

Notifications You must be signed in to change notification settings

isramv/base_theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Base theme for Drupal 8 with bootstrap grid system only.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published