@auzmartist/el-ly
v0.1.0
Published
CSS building blocks to turn your web dev nouns into adjectives.
Readme
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-lyUsage
<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.
