Skip to content

Latest commit

 

History

History
64 lines (56 loc) · 1.64 KB

File metadata and controls

64 lines (56 loc) · 1.64 KB

Poor than Bootstrap. Responsive. Dark mode. Customizable


Latest Version

CSS

https://yuristrap-cdn.vercel.app/1.0.2/css/yuri.css

JS

https://yuristrap-cdn.vercel.app/1.0.2/js/yuri.js

Use Environment

Write meta

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

Use jquery

<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>

Customize

You can customize what you want.

How? - Docs - Customize

Version list

  • v1.0.2 (latest)
  • v1.0.1
  • v1.0.0
  • v0.1.0

What has changed? - Docs - version

Sass Environment

npm install -g node-sass

Install node-sass module

node-sass --output-style compressed scss/yuri.scss --output dist/css

Build compressed

node-sass --watch scss/yuri.scss dist/css/yuri.css

Build watch mode