All Projects → seven-phases-max → Less Plugin Lists

seven-phases-max / Less Plugin Lists

Licence: mit
List/Array manipulation for Less

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Less Plugin Lists

Manhuaren
vue2.0全家桶,仿漫画人官网(移动端)
Stars: ✭ 18 (-53.85%)
Mutual labels:  less
Feather Flex
Ultralight flexbox based grid system.
Stars: ✭ 11 (-71.79%)
Mutual labels:  less
Bootstrap Blog Template
An awesome blog template constructed using Twitter Bootstrap 3
Stars: ✭ 29 (-25.64%)
Mutual labels:  less
Flow theme
OXID Flow Responsive Theme
Stars: ✭ 24 (-38.46%)
Mutual labels:  less
Metro Ui Css
Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
Stars: ✭ 6,843 (+17446.15%)
Mutual labels:  less
Three Dots
🔮 CSS loading animations made by single element.
Stars: ✭ 912 (+2238.46%)
Mutual labels:  less
Html boilerplate
Ceicom Boilerplate
Stars: ✭ 6 (-84.62%)
Mutual labels:  less
Hexo Theme Snippet
Snippet 简洁而不简单,也许是一款你寻找已久的hexo主题
Stars: ✭ 977 (+2405.13%)
Mutual labels:  less
Seti Ui
A subtle dark colored UI theme for Atom.
Stars: ✭ 856 (+2094.87%)
Mutual labels:  less
Mailspring Arc Theme
Stars: ✭ 28 (-28.21%)
Mutual labels:  less
Vue3 H5 Template
🎉基于Vue3+TypeScript+ Vue-Cli4.0 + vant ui + sass+ rem 适配方案+axios 封装 + jssdk配置 + vconsole移动端调试,构建手机端模板脚手架
Stars: ✭ 26 (-33.33%)
Mutual labels:  less
Less Loader
Compiles Less to CSS
Stars: ✭ 851 (+2082.05%)
Mutual labels:  less
Rcv
Ranked Choice Voting app for free use.
Stars: ✭ 27 (-30.77%)
Mutual labels:  less
New Moon
🌙 ‎ The optimized dark theme for web development.
Stars: ✭ 918 (+2253.85%)
Mutual labels:  less
Mailspring Nord Theme
A Nordic Theme for Mailspring!
Stars: ✭ 30 (-23.08%)
Mutual labels:  less
React Latest Framework
a client framework of React
Stars: ✭ 835 (+2041.03%)
Mutual labels:  less
Fork Awesome
A fork of the iconic font and CSS toolkit
Stars: ✭ 878 (+2151.28%)
Mutual labels:  less
Angular Music Player
Angular7.2.x音乐播放器,NGRX,with TypeScript
Stars: ✭ 38 (-2.56%)
Mutual labels:  less
Openunison Qs Kubernetes
Kubernetes Quickstart
Stars: ✭ 30 (-23.08%)
Mutual labels:  less
Blog
My blog created with React, Gatsby & Markdown
Stars: ✭ 29 (-25.64%)
Mutual labels:  less

less-plugin-lists

Less plugin for lists/arrays manipulation.

npm version dependencies dev dependencies

Features

Functions

The plugin extends Less with the following functions:

  • at        - returns the value at the specified position in a list.
  • cat       - concatenates two or more lists.
  • flatten   - returns a one-dimensional list containing all elements of an input list.
  • join      - joins all elements of a list into a string.
  • l         - creates a comma or space separated list.
  • reverse   - returns list in reversed order.
  • slice     - returns selected portion of a list.
  • splice    - replaces or removes selected portion of a list and returns the modified copy.
  • transpose - transposes rows and columns of a list.
  • _inspect  - return a string representation of a list with debug/log formatting.

Installation

npm install -g less-plugin-lists

Using with lessc

lessc --lists file.less

For more details about using plugins with the command line Less compiler see the corresponding section in the Less documentation.

Using with common Less tools

Programmatic Usage

See Using a plugin in code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].