Skip to content

yuristrap/yuristrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poor than Bootstrap. Responsive. Dark mode. Customizable


Latest Version

CSS

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

JS

https://yuristrap-cdn.vercel.app/1.0.5/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.5 (latest)
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
  • v0.1.0

What has changed? - Docs - version

Sass Environment

Install node-sass module

npm install -g node-sass

Build compressed

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

Build watch mode

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