1.9.5 • Published 5 years ago

paladesign v1.9.5

Weekly downloads
3
License
ISC
Repository
github
Last release
5 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

5 years ago

1.9.4

5 years ago

1.9.3

5 years ago

1.9.2

5 years ago

1.9.1

5 years ago

1.9.0

5 years ago

1.8.9

5 years ago

1.8.8

5 years ago

1.8.4

5 years ago