项目作者: MatthewKosloski

项目描述 :
High-Fidelity Mockups of the Low-Fidelity Wireframes of SFDC Subscriber
高级语言: HTML
项目地址: git://github.com/MatthewKosloski/sfdc-subscriber-mockups.git
创建时间: 2019-07-12T20:48:36Z
项目社区:https://github.com/MatthewKosloski/sfdc-subscriber-mockups

开源协议:

下载


sfdc-subscriber-mockups

High-fidelity mockups for the SFDC Subscriber dashboard, written in static HTML and CSS. An adaptation of the 7-1 Sass architecture pattern and Brad Frost’s Atomic Design Methodology.

Compiling SCSS code

Make sure the Sass node module is installed globally. If not, run:

  1. npm install -g sass

Then, from src, run:

  1. sass scss/style-guide.scss:style-guide.css --watch