Skip to content

osaxyz/universtyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@osaxyz/universtyle

インストール

npm install @osaxyz/universtyle

どう動くか

harmonic()で調和数列に基づくサイズを取得、fibo()でフィボナッチ数列に基づくサイズを取得、silver()で白銀比に基づくサイズを算出できます。

使い方

scoped styleの場合

@use "@osaxyz/universtyle" as osa

html
    font-size: 16px

body
    font-size: osa.harmonic(1)

h1
    font-size: osa.harmonic(3)
    line-height: osa.silver(osa.harmonic(3), 1)

About

数学に基づいてWebサイトのマージンやフォントサイズを決定することができるnpmパッケージです。

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages