DJ-clamp / NES.css-proposal

Proposal of NES.css@3.x

Home Page:https://github.com/nostalgic-css/NES.css/issues/331

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Proposal of NES.css@3.x

https://github.com/nostalgic-css/NES.css/issues/331


Languages

Language:CSS 100.0%