New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fylgja

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fylgja

The modular CSS framework. Powered via CSS components

  • 1.2.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
48
increased by45.45%
Maintainers
1
Weekly downloads
 
Created
Source

Fylgja

NPM version GitHub Workflow Status License

Fylgja is a component based CSS framework. Allowing you to use only what you need.

Each component is build as foundation for a specific component. So you can style it to your own look. Without having to build the base styles every time.

Fylgja is powered via SCSS. But can also be used via PostCSS or just as plain CSS. Making it easy to include it in your exciting project, or in your preferred setup.

Want to learn more? Check out our site, https://fylgja.dev

Installation

See each component on how to install them separately.

Or download Fylgja as one package.

npm install fylgja

Include fylgja as one package in to your code via;

@use "fylgja";
// Or via PostCSS import
@import "fylgja";

For on how to configure each component via this one import, See our Guides, or each component.

Support

Do you want to support Fylgja?

You can that in many ways.

Start with starring the repro. Or share us on your favorite social network with the hashtag #FylgjaCode. Making it easier for others to find Fylgja.

But you also contribute directly to fylgja by;

  • Adding a issue or feature.
  • Adding a pull request to our github repo.
  • Helping out with the Site doc and guides, via the github repo.

We appreciate any contribution, no matter if it is small or big.

Testing/Playground

We have a very simple testing ground for a our CSS Components.

The entry file is found in the root (index.html) and all sub pages are found in _playground, and each file is a basis html file.

We have a option to start the playground with a localhost port, run npm run dev:playground or npm run dev

Keywords

FAQs

Package last updated on 15 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc