1. @autentia/lerna
Lerna is a Design System based on [Flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes). CSS framerwork designed to help developers create the best experience for merchants who use Autentia.
@autentia/lerna
Package: @autentia/lerna
Last modified: Mon, 04 Apr 2022 16:30:41 GMT
Version: 1.0.7
License: MIT
Downloads: 16

Install

npm install @autentia/lerna
yarn add @autentia/lerna

Lerna

Lerna is a Design System based on Flexbox. CSS framerwork designed to help developers create the best experience for merchants who use Autentia.

Quick install

Lerna is constantly in development! Try it out now:

NPM

 npm install lerna

or

Yarn

 yarn add lerna

Import

After installation, you can import the CSS file into your project using this snippet:

 import 'lerna/css/lerna.css'

CDN

https://autentia.com/lerna

CSS only

Lerna DS is a CSS framework. As such, the sole output is a single CSS file: lerna.css

You can either use that file, "out of the box", or download the Scss source files to customize the variables.

There is no JavaScript included. People generally want to use their own JS implementation (and usually already have one). Lerna can be considered "environment agnostic": it's just the style layer on top of the logic.

Browser Support

Lerna uses autoprefixer to make (most) Flexbox features compatible with earlier browser versions. According to Can I use, Lerna is compatible with recent versions of:

  • Chrome
  • Edge
  • Firefox
  • Opera
  • Safari

Internet Explorer (10+) is only partially supported.

Documentation

The documentation resides in the docs directory, and is built with the Ruby-based Jekyll tool.

Browse the online documentation here.

Project Description
Lerna-VUE Adds support for attribute-based selectors

Code copyright 2019 Autentia. Code released under the MIT license.

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code