1.1.1 • Published 6 years ago

promo-pretty v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Promo Pretty

Promo Pretty is a lightweight, responsive, extensible CSS framework for Gamesys Marketing Design.

  • Super lightweight starting point for your projects
  • Flexbox-based, responsive and mobile-friendly layout
  • Extensible designed and developed elements, partials, components and modifier

Read online documents and see demos in here http://marketing.gamesys.corp/pretty

Screenshots

Documents

Docs Development

Go to /docs/Markdowns to edit exist markdown file to add more infomation to the documents or create new one, you ca

For example, you created a new markdown file call Development.md, after you created your new markdown file, import the new file into /docs/Markdowns/index.js

// Documents & Components browsers development
import GetStart from  './GetStart.md';
import Introduction from  './Introduction.md';

// Import Development.md file
import Development from  './Development.md';

// Export Development variable
export {
    Introduction,
    GetStart,
    Development
};

And then you can build it by runing:

# Documents & Components browsers development
yarn dev

# or

npm run dev 

Introduction

Get Start

Elements

Components