Monoset
Component ID
2423269
Component name
Monoset
Component type
theme
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Drupal 8 theme
DEMO: http://dev-zetagraph.pantheonsite.io
The theme uses mobile-first, responsive approach and encourages component-based theming through the creation of well-structured sass partials and reusable UI elements.
What is included in this theme
- Component-based with well organized Sass partials structure and reusable UI elements
- Clean mark up with sensible template overrides
- Responsive, mobile-first structure and layout
- Off-Canvas Navigation
- Gulp Work-Flow
- LibSass for lightning fast compiling
- Gulp Autoprefixer
- BrowserSync
- Google Fonts - Roboto
- Sensible Default Typography
- Few Material Design Icons
- SVG Injection
- Syntax Highlighter
- Animate.css & WOW.js Libraries
- Few base styles for Forms, Block, and Posts
- Works with Drupal 8 (beta 6)
Requirements & Instalation
- In order to get going you will need Node.js and Gulp set up on your system.
- If you have “homebrewâ€: $ brew install node
- Install Gulp globaly $ npm install -g gulp
- CD into the theme directory and run $ npm install to fetch all the node dependencies.
- For BrowserSync update proxy server (line 73 in gulpfile.js) to match your local set up.
- Next in the theme directory run “gulp†to start gulp watching, compiling and Browser Syncing.