1.9.5 • Published 4 years ago

paladesign v1.9.5

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Installation

    npm install @pala/design --save 

grid

Your project your-file.html

    class="main-g-c-1"

@pala/design

main.scss

    .main-g-c-1 {
        display:grid;
        grid-template-columns:repeat(1,1fr);
    }

You can use main-g-c-1 until the main-g-c-20 the only thing that changes is the value inside the gri-template-columns property

1.9.5

4 years ago

1.9.4

4 years ago

1.9.3

4 years ago

1.9.2

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

1.8.9

4 years ago

1.8.8

4 years ago

1.8.4

4 years ago