/fxos-theme

A collection of css-variables to style fxos-components and apps

Primary LanguageCSS

Installation

$ npm install fxos-theme

Usage

<link rel="stylesheet" href="node_modules/fxos-theme/fxos-theme.css">
<style> body { background: var(--fxos-background); } </style>
<body class="fxos-theme-media"></body>