1.12.0 • Published 4 years ago

gorangocss v1.12.0

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

gorango.css npm Build Status FOSSA Status

A CSS framework for building custom user interfaces.

Table of Contents

Contributing

We encourage you to contribute to GorangoCSS! Please check out the Contributing to GorangoCSS guide for guidelines about how to proceed.

Code Of Conduct

Read more

Usage

Via NPM

npm install gorangocss

Via CDN

Please add this snippet inside your HEAD tag.

<!-- Alternative #1 -->
<link rel="stylesheet" href="https://unpkg.com/gorangocss@latest/dist/gorango.min.css" crossorigin="anonymous">

<!-- Alternative #2 -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gorangocss@latest/dist/gorango.min.css" crossorigin="anonymous">

Or, you can use another method by adding this snippet inside your stylesheet file.

@import url('https://unpkg.com/gorangocss@latest/dist/gorango.min.css');

License

Please see the LICENSE file in our repository.

FOSSA Status

1.12.0

4 years ago

1.11.0

4 years ago

1.10.1

4 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.2.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago