gorangocss
v1.12.0
Published
A CSS framework for building custom user interfaces.
Downloads
23
Readme
gorango.css
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
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.