This package has been deprecated

Author message:

this package has been deprecated

promo-pretty

1.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i promo-pretty

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

10.8 MB

Total Files

273

Last publish

Collaborators

  • etamity