0.0.21 • Published 1 year ago

vysum v0.0.21

Weekly downloads
4
License
WTFPL
Repository
github
Last release
1 year ago

Vysum

Vysum - Quick and easy responsive design.

npm npm alt text

About

Vysum is a collection of CSS classes written in SASS for web responsive design without the need of media queries.

Installation

NPM

npm install vysum

CDN

<link rel="stylesheet" href="https://unpkg.com/vysum/dist/vysum.css">

Usage

CDN

<div class="container">
    <div class="row">
        <div class="col-sm-6 col-md-4 col-lg-3 col-xl-2">
            <p>Content</p>
        </div>
    </div>
</div>

Documentation

Issues

If you find any bugs or have a feature request, please create an issue in the GitHub repository

License

This project is licensed under the WTFPL License - see the LICENSE.md file for details

Contributing

if you want to contribute to this project, please read the CONTRIBUTING.md file for more information.

0.0.1

1 year ago

0.0.21

1 year ago

0.0.2

1 year ago

1.0.1

5 years ago

1.0.0

5 years ago