Detalhes do pacote

@fylgja/theme

fylgja497MITdepreciado1.2.0

This Package has been deprecated for @fylgja/base, please replace this package with @fylgja/base

Helper component for adding theme specific variables to multiple components

fylgja, fylgja component, theme, helper

readme (leia-me)

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 (log de mudanças)

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 🎉