{"id":15011338,"url":"https://github.com/myterminal/effortless-css","last_synced_at":"2026-03-18T02:34:44.058Z","repository":{"id":57219849,"uuid":"186070352","full_name":"myTerminal/effortless-css","owner":"myTerminal","description":"A collection of frequently used {Less} CSS mixins","archived":false,"fork":false,"pushed_at":"2022-08-18T19:42:02.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T22:43:46.925Z","etag":null,"topics":["less-mixins","lesscss","web"],"latest_commit_sha":null,"homepage":"","language":"Less","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myTerminal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-11T00:33:08.000Z","updated_at":"2022-08-18T19:42:05.000Z","dependencies_parsed_at":"2022-08-29T02:12:08.032Z","dependency_job_id":null,"html_url":"https://github.com/myTerminal/effortless-css","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Feffortless-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Feffortless-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Feffortless-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Feffortless-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myTerminal","download_url":"https://codeload.github.com/myTerminal/effortless-css/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243307333,"owners_count":20270256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["less-mixins","lesscss","web"],"created_at":"2024-09-24T19:40:45.277Z","updated_at":"2025-12-28T05:36:03.222Z","avatar_url":"https://github.com/myTerminal.png","language":"Less","funding_links":[],"categories":[],"sub_categories":[],"readme":"# effortless-css\n\n[![npm version](https://badge.fury.io/js/effortless-css.svg)](https://badge.fury.io/js/effortless-css)\n[![npm downloads](https://img.shields.io/npm/dt/effortless-css.svg)](https://www.npmjs.com/package/effortless-css)  \n[![License](https://img.shields.io/github/license/myTerminal/effortless-css.svg)](https://opensource.org/licenses/MIT)  \n[![NPM](https://nodei.co/npm/effortless-css.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/effortless-css/)\n\nA collection of frequently used {Less} CSS mixins\n\n## How to Use\n\nInstall *effortless-css* from NPM\n\n    npm install effortless-css --save-dev\n\nCurrently, there's only one way to use *effortless-css*: reference the provided *Less* file into a stylesheet.\n\nIt could be as simple as\n\n    @import '../../node_modules/effortless-css/less/all.less';\n\n## Available mixins\n\n### Colors\n\n#### `.background-gradient-two-color-top`\n\nCreates a vertical gradient from top to bottom.\n\nAccepts: `@top` (defaulting to `#fff`) and `@bottom` (defaulting to `#000`) for gradient colors and optionally `@fallback` for browsers that do not support gradients. When not provided with `@fallback`, `@top` is used\n\n#### `.background-gradient-two-color-left`\n\nCreates a horizontal gradient from left to right.\n\nAccepts: `@left` (defaulting to `#fff`) and `@right` (defaulting to `#000`) for gradient colors and optionally `@fallback` for browsers that do not support gradients. When not provided with `@fallback`, `@left` is used\n\n#### `.opacity`\n\nMakes an element transparent (as opposed to the name).\n\nAccepts: `@alpha` (defaulting to `1`)\n\n### Shape\n\n#### `.box-sizing`\n\nSets the box-sizing of an element.\n\nAccepts: `@sizing` (defaulting to `border-box`)\n\n#### `.round-borders`\n\nMakes the corners of an element rounded.\n\nAccepts: `@radius` (defaulting to `50%`)\n\n### Transforms\n\n#### `.transform`\n\nSets a transform to an element.\n\nAccepts: `@transform` (defaulting to `rotate(0deg)`)\n\n#### `.transform-origin`\n\nSets the transform origin of an element.\n\nAccepts: `@origin` (defaulting to `50% 50%`)\n\n#### `.transform-style`\n\nSets the transform style of an element.\n\nAccepts: `@style` (defaulting to `preserve-3d`)\n\n#### `.perspective`\n\nSets the transform perspective.\n\nAccepts: `@perspective` (defaulting to `500`)\n\n### Misc\n\n#### `.multiple-columns`\n\nMakes an element host multiple columns.\n\nAccepts: `@count` (defaulting to `2`)\n\n#### `.transition`\n\nSets transition to properties of an element.\n\nAccepts: Duration, property or any number of properties\n\n*Note*: If passing multiple arguments, end the last one with a `;` so that the generated CSS is as expected. Otherwise, all the arguments in the output will be separated by a space instead of a comma.\n\n#### `.animation`\n\nSets animation to an element.\n\nAccepts: `@props`\n\n#### `.filter`\n\nSets a filter to an element.\n\nAccepts: `@prop` (defaulting to `none`)\n\n## To-do\n\n* Include more mixins if possible\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyterminal%2Feffortless-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyterminal%2Feffortless-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyterminal%2Feffortless-css/lists"}