mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-07-30 10:30:29 +02:00
14 lines
1005 B
JavaScript
14 lines
1005 B
JavaScript
var version = require('../vinf').version;
|
|
module.exports = {
|
|
id: 'flavor-tools',
|
|
title: 'Complementary tools',
|
|
content: `<div class="section"><p>Building a custom flavor can be complex, even with the amount of streamlining we have provided. We have hand-picked the following tools to assist you in creating the perfect flavor for your needs:</p>
|
|
<ul>
|
|
<li><a href="https://coolors.co/" rel="noopener" target="_blank">Coolors - Color schemes generator</a></li>
|
|
<li><a href="https://uigradients.com/#PlayingwithReds" rel="noopener" target="_blank">uiGradients - Beautiful colored gradients</a></li>
|
|
<li><a href="https://www.cssmatic.com/box-shadow" rel="noopener" target="_blank">Box shadow generator</a></li>
|
|
<li><a href="https://www.webpagefx.com/web-design/hex-to-rgb/" rel="noopener" target="_blank">HEX to RGB converter</a></li>
|
|
<li><a href="http://www.colorzilla.com/gradient-editor/" rel="noopener" target="_blank">Gradient generator</a></li>
|
|
</ul></div>`
|
|
}
|