A CSS framework for building custom user interfaces.
We encourage you to contribute to GorangoCSS! Please check out the Contributing to GorangoCSS guide for guidelines about how to proceed.
npm install gorangocss
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');
Please see the LICENSE file in our repository.