1.0.3 • Published 4 years ago
tendu v1.0.3
See Wiki page for documentation
This project is still under development. I'm developing alone, feel free to report your contributions
Installation
with CDN
Copy-paste the stylesheet into your before all other stylesheets to load our CSS.
<link rel="stylesheet" href="https://unpkg.com/browse/tendu@1.0.1/dist/styles.min.css">
with CLI
npm install tendu --save
# or
yarn add tendu
Overview
<div class="container">
<div class="bg-ambiance padding-5px grid-all-10"> ... </div>
</div>
You can also use it in your sass projects
import "~tendu/src/style.scss"
/*
or
import "node_modules/tendu/src/style.scss"
*/
For contributors
Clone this project
cd projectfile/
npm install
yarn start