Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@fylgja/theme

fylgja382MIT1.2.0

Helper component for adding theme specific variables to multiple components

fylgja, fylgja component, theme, helper

readme

Fylgja - Theme

NPM version license

Helper component for adding theme specific variables to multiple Fylgja Components.

Installation

npm install @fylgja/theme

Then include the component in to your code via;

@use "@fylgja/theme";

How to use

For more information see the theme docs on the Fylgja.dev.

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.2.0] - 2023-02-19

Changed

  • atLayer now available trough the default @use
  • [Possible Breaking Change] atLayer now only requires the name, the enable variable has been dropped

[1.1.0] - 2022-11-05

Added

  • $base-spacing for v2 that will replace $item-spacer
  • $action-[padding/border-width] for global variables for buttons and forms in SCSS
  • atLayer mixin for easier adding the @layer variant to Fylgja

[1.0.0] - 2021-06-22

Initial Release 🎉