Skip to content

BcRikko/NES.css-proposal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NES.css@next Proposal

cf. nostalgic-css/NES.css#331

This repository is a proposal that allows more flexibility in changing the styles in NES.css using CSS Custom Properties(CSS Variables).

このリポジトリは、CSSカスタムプロパティを使って、NES.cssのスタイルをより柔軟に変更できるようにするためのProposalです。

<button class="nes-btn my-theme">Reiwa</button>
.my-theme {
  --nes-color: #554562;
  --nes-border-color: #554562;
  --nes-background-color: #FADBE0;
  --nes-boxshadow-color: #EAADBD;
}

image

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages