@auzmartist/el-ly

0.1.0 • Public • Published

el-ly

CSS building blocks to turn your web dev nouns into adjectives.

Installation

npm i --save @auzmartist/el-ly
# or
pnpm add @auzmartist/el-ly

Usage

<html ly="guides">
  <head>
  <link rel="stylesheet" href="node_modules/el-ly/dist/el-ly.css">
  </head>
  <body>
    <!-- Use 'ly' attributes on elements freely -->
    <!-- view detailed examples from the demo in index.html -->
  </body>
</html>

Variables

  • --ly-guides-flex-container: A border rule for the flex container.

  • --ly-guides-flex-item: A border rule for the flex item.

  • --ly-guides-grid-container: A border rule for the grid container.

  • --ly-guides-grid-item: A border rule for the grid item.

Readme

Keywords

none

Package Sidebar

Install

npm i @auzmartist/el-ly

Weekly Downloads

1

Version

0.1.0

License

ISC

Unpacked Size

16.7 kB

Total Files

3

Last publish

Collaborators

  • auzmartist